Skip to content

Releases: ChainSafe/go-schnorrkel

v1.1.0

26 Sep 10:00
ae404e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

14 Sep 17:44
8c0f36d
Compare
Choose a tag to compare

Initial production-ready release of the library. The library has been audited and issues addressed.

batch verification

22 Feb 18:33
bd440c8
Compare
Choose a tag to compare
batch verification Pre-release
Pre-release
  • implement batch verification via BatchVerify or BatchVerifier
  • implement Signature.DecodeNotDistinguishedFromEd25519 which decodes a signature, not checking whether the signature is marked as a schnorrkel signature

Small updates

22 Jan 16:25
47f54ad
Compare
Choose a tag to compare
Small updates Pre-release
Pre-release
  • kusama VRF option added
  • add VrfInOut.MakeBytes
  • bip39 derivation added
  • hard key deriviation added

Initial release

11 Dec 17:12
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
  • sr25519 key generation
  • signing and verification