Skip to content

Latest commit

 

History

History
93 lines (51 loc) · 5.66 KB

CHANGELOG.md

File metadata and controls

93 lines (51 loc) · 5.66 KB

1.2.2 (2024-07-26)

Features

  • update @mattrglobal/bbs-signatures to version 1.4.0 (665ef03)

1.2.1 (2023-10-04)

Features

  • update @mattrglobal/bbs-signatures to version 1.3.1 (66159b3)

1.2.0 (2023-09-29)

Features

  • update @mattrglobal/bbs-signatures to version 1.3.0 (d479c72)

1.1.0 (2023-09-19)

Features

  • bump bbs-signatures dependency (69c5bea)
  • bump rfc4648 dependency (69c5bea)

BREAKING CHANGES

  • new minimal engines.node version of ">=14.0.0" (c752dec)

1.0.0 (2022-01-13)

0.8.0 (2021-12-09)

Features

  • bump bbs-signatures dependency (ac326b3)

0.7.0 (2021-08-04)

Features

  • add support for octet key pair and add new curve names (#51) (375ccf1)

0.6.0 (2021-05-25)

Features

0.5.0 (2021-02-24)

Features

  • add async api support for bbs-signatures (#33) (6b18486)
  • add support to convert to and from JWKs (#25) (98235ce), closes #12
  • adds support for G1 key pairs (#26) (aeea218), closes #15
  • bump bbs signatures version (#34) (ad69446)
  • update bls12381G2 names and add keylength check to the constructor (#27) (3e11f99)

0.4.0 (2020-08-27)

Bug Fixes

Features

  • add fromFingerprint (09a5403)
  • switch to use bbs-signatures (#19) (ca85df2)
  • update bbs dependency to latest (#5) (03a6db8)
  • update sign and verify apis to use Uint8Arrays (#22) (e7b615a)

BREAKING CHANGES

  • All operations involving messages and nonces for bbs signatures are now in terms of Uint8Array's rather than strings

0.3.0 (2020-05-25)

Features

  • update bbs dependency to latest (#5) (03a6db8)

0.2.0 (2020-05-09)

Features

  • add .from() method on key pair (#2) (7a646be)

0.1.0 (2020-05-07)

Features