Skip to content

Releases: bytemare/crypto

v0.7.4

15 Jun 22:52
8592b9b
Compare
Choose a tag to compare

What's Changed

  • Fix JSON serde, refactored encoding tests, fix some documentation by @bytemare in #62

Full Changelog: v0.7.3...v0.7.4

v0.7.3

15 Jun 13:37
ef66054
Compare
Choose a tag to compare

What's Changed

  • Use hex encoding for JSON instead of raw bytes by @bytemare in #61

Full Changelog: v0.7.2...v0.7.3

v0.7.2

15 Jun 06:08
faca211
Compare
Choose a tag to compare

What's Changed

  • Add JSON marshalling and unmarshalling by @bytemare in #60

Full Changelog: v0.7.1...v0.7.2

v0.7.1

13 Jun 12:40
f256838
Compare
Choose a tag to compare

What's Changed

  • Add Group.HashFunc() to return hash function by @bytemare in #59

Full Changelog: v0.7.0...v0.7.1

v0.7.0

13 Jun 00:36
3bec1a4
Compare
Choose a tag to compare

What's Changed

  • Add Scalar.SetUInt64, remove Scalar.SetBigInt, add Hex() and DecodeHex() by @bytemare in #57
  • Add Scalar.UInt64() to return a uint64 from the scalar by @bytemare in #58

Full Changelog: v0.6.0...v0.6.1

v0.6.0

30 Apr 19:23
4ef5e74
Compare
Choose a tag to compare

What's Changed

  • update some dependencies and use scalarbasemult for nist curves when posssible by @bytemare in #43
  • update dependencies and docs, add tests, minor fixes by @bytemare in #44

Full Changelog: v0.5.2...v0.6.0

v0.5.2

21 Apr 23:28
8b2734a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

17 Apr 16:47
8b887c6
Compare
Choose a tag to compare

What's Changed

  • Secp256k1: use complete formulas exclusively by @bytemare in #38

Full Changelog: v0.5.0...v0.5.1

v0.5.0

16 Apr 15:21
7fe5a68
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.5.0

v0.4.4

18 Mar 15:41
de52f48
Compare
Choose a tag to compare

What's Changed

  • Patch panic when negating the identity element by @bytemare in #35
  • Return standard compressed encoding length for nist infinity points by @bytemare in #36

Full Changelog: v0.4.3...v0.4.4