Skip to content

v4.0.0.1

Compare
Choose a tag to compare
@dolanbernard dolanbernard released this 11 Feb 00:50
· 17 commits to master since this release
cef03f6

Added

  • VersionedCryptoBox.versionedCryptoBoxEncrypt(RistrettoPublic, byte[])
    • Can be used to encrypt data for a recipient using the recipient's public key
    • The recipient can decrypt the data using their private key

Changed

  • Exposed accessors for AccountKey keys to public API
  • Updated dependency versions
  • Changed license to Apache Version 2.0

Upgrading

  • AccountKey.createNew has been deprecated. Please remove references to it and use one of the other AccountKey creation methods