Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 518 Bytes

CHANGELOG.md

File metadata and controls

27 lines (14 loc) · 518 Bytes

v0.3.1

  • Update dependencies
  • Minor change of import style to avoid deprecation warnings

v0.3.0

  • Go with Forge's way of serializing publicKeys for legacy purposes

v0.2.0

  • Add util functions for sha256 and randomBytes
  • Fix a bug that caused the Forge and Node implementations to have different serializations of publicKeys
  • remove getB64hash() PublicKey method, and change the behaviour of getHash()

v0.1.1

  • Update dependencies
  • Put forge as a peerDependency

v0.1.0

  • Initial version