Skip to content

Releases: aldenml/ecc

1.1.0

08 Oct 22:03
fedffd5
Compare
Choose a tag to compare
  • update opaque reference to draft-irtf-cfrg-opaque-12
  • update dependencies libsodium (stable) and blst

1.0.23

21 May 15:28
4ca9de3
Compare
Choose a tag to compare
  • update ethereum bls signature to draft-irtf-cfrg-bls-signature-05
  • update dependencies libsodium and blst

1.0.22

18 May 01:44
2e5bfa2
Compare
Choose a tag to compare
  • update opaque reference to draft-irtf-cfrg-opaque-10, fixed unit test
  • update frost reference to draft-irtf-cfrg-frost-13

1.0.21

07 May 22:26
cfff477
Compare
Choose a tag to compare
  • add ecc_version
  • publishing python wheel
  • publishing maven artifacts for desktop and Android
  • build and notarize universal binaries for macOS
  • build XCFramework for macOS and iOS

1.0.20

18 Apr 12:56
68d2a21
Compare
Choose a tag to compare
  • fix packaging issues

1.0.19

17 Apr 03:16
faca0da
Compare
Choose a tag to compare
  • add AEAD ChaCha20-Poly1305 primitives
  • add ecc_bls12_381_g1_random
  • add ecc_bls12_381_g2_random
  • add ecc_bls12_381_g2_scalarmult
  • update dependencies libsodium and blst
  • using latest lts node

1.0.18

19 Mar 21:57
5ed1908
Compare
Choose a tag to compare
  • update dependencies for javascript bindings
  • more use of const in opaque unit
  • add hash sha2 javascript api layer
  • add hash sha2 java api layer

1.0.17

05 Mar 17:29
5495e91
Compare
Choose a tag to compare
  • improved java api layer
  • updated to latest libsodium
  • add support for argon2id as a memory hard function in opaque

1.0.16

26 Feb 01:03
8cd96f0
Compare
Choose a tag to compare
  • updated ci dependencies
  • update to draft-irtf-cfrg-voprf-21
  • update to latest draft-irtf-cfrg-opaque
  • add ecc_kdf_argon2id

1.0.15

18 Feb 02:11
d14b3d9
Compare
Choose a tag to compare
  • update to latest from blst and libsodium master
  • implement draft-irtf-cfrg-voprf-20
  • implement latest draft-irtf-cfrg-opaque
  • improve oprf javascript layer