Releases: drand/tlock
Releases · drand/tlock
v1.2.0
v1.1.1
v1.1.0
Changelog
- Auto-detect chainhash in the headers of the ciphertext and attempt to use it along with the current network upon decryption. Adds a
trustChainhash
property to theNetwork
andTlock
structs and aStrict()
method to disable it, in order to avoid using chainhash provided in ciphertexts. - Provide Windows, Linux and MacOS releases.
- Expose the DefaultNetwork and DefaultChain constants for use by 3rd party libraries.
- Upgrade dependencies.