Changelog
3.2.0 - 2019-02-19
sodium-universal
dependency to reduce the size of the browser bundle.sodium-native
APIs.forge
APIs.base64url-universal
which eliminates the need for a Buffer
polyfill
when this module is used in the browser.Changelog
3.1.0 - 2019-02-18
rsa.generateKeyPair
API automatically uses
native implementation when available in nodejs >= 10.12.0.Changelog
3.0.0 - 2019-01-30
LDKeyPair
, Ed25519KeyPair
, and RSAKeyPair
.Changelog
2.0.0 - 2019-01-16
Ed25519KeyPair
now uses publicKeyBase58
and
privateKeyBase58
attributes, instead of publicKeyBase
and
privateKeyBase
LDKeyPair.from()
(one options
param
instead of a separate data
and options
)ursa
support.
controller
attribute (to use instead of the deprecated owner
)sign()
and verify()
factory functions for use with
jsonld-signatures
Changelog
1.0.0 - 2018-11-08