Releases: drand/tlock
Releases · drand/tlock
Release list
v1.2.0
v1.1.1
Patch release moving back from Go 1.21 to Go 1.20 for releases, in order to continue supporting Windows 7.
Changelog
- a969be9 v1.1.1 update, changing Goreleaser to use Go 1.20.
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
trustChainhashproperty to theNetworkandTlockstructs 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.