python-opentimestamps
python-opentimestamps copied to clipboard
I’m trying to understand the serialisation format of an ots file. As I understand it commitment operations are encoded like 1 Byte Tag | variable bytes data length | variable...
[BLAKE3](https://github.com/BLAKE3-team/BLAKE3) is very new, shiny, and fast! Python is planning to add it to hashlib: https://bugs.python.org/issue39298 I'm trying to quickly timestamp a few TB hard drives worth of files and...
upgrade readme explanation for use OpenTimestamps **from code** like other languages.
Given a commit c, the operation `c → P + H(P||c)G` is a valid commitment operation, where P is an arbitrary given curvepoint and G is a standard generator for...
Currently the only sanity check that `RemoteCalendar` does is to reject responses larger than 10KB. For submission, we should verify/filter the following: - [ ] `PendingAttestation` matches expected whitelist (URL...
See https://github.com/opentimestamps/python-opentimestamps/pull/19
Suppose we create a timestamp on 'abcd' with the following operations: ``` OpReverse -> 'dcba' -> OpReverse -> 'abcd' ``` ...and we're back where we started. Now granted, this will...
pysha3 is not maintained anymore and it doesn't build correctly with Python 3.11 so replace it with pycryptodomex that is still maintained and working correctly with new python versions