You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Timestamps" are actually kind of a tree-like structure encoded in the binary format. Operations are edges between nodes, the leafs are "Attestations".
It should be possible to describe them as a language grammar in a couple of tables.
Unfortunately there is no such prose description, only the code to go by:
"Timestamps" are actually kind of a tree-like structure encoded in the binary format. Operations are edges between nodes, the leafs are "Attestations".
It should be possible to describe them as a language grammar in a couple of tables.
Unfortunately there is no such prose description, only the code to go by:
https://github.com/opentimestamps/python-opentimestamps/blob/master/opentimestamps/core/timestamp.py (
Timestamp.deserialize
)The text was updated successfully, but these errors were encountered: