Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 16:46
· 4 commits to main since this release
v1.1.0
1f7b571

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 the Network and Tlock structs and a Strict() 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.

PR