All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.4 (2023-04-07)
Removed peerDependencies
1.0.3 (2018-10-23)
- build: dist was not included in the previous release
1.0.2 (2018-09-06)
1.0.1 (2018-09-03)
- build: do not bundle node-webcrypto-ossl (f44b10a)
1.0.0 (2018-08-28)
- helper: wrong arrays lengths comparison (568898b)
- asymmetric: change exportKey and importKey signature (3df7153)
- asymmetric: 1) ICryptoKeyPairData is no longer exported by the API. 2) asymmetricCrypto.importKey takes JsonWebKey as parameter and returns CryptoKey. 3) asymmetricCrypto.exportKey takes CryptoKey as parameter and returns JsonWebKey.
1.0.0-beta.0 (2018-08-10)
1.0.0 (2018-08-10)
0.6.5 (2018-07-26)
0.6.4 (2018-07-20)
- keyagreement: update types (029eba9)
- keyagreement: doesn't export BN anymore (Uint8Array instead)
0.6.3 (2018-07-19)
0.6.2 (2018-07-19)
- keyagreement: add generation of the user's random value (408dd2f)
- keyagreement: computeSKi() -> computeSharedSecret()
0.6.1 (2018-07-18)
- package: build for browser points to the right file (3ee7403)
0.6.0 (2018-07-13)
- KeyAgreement: Shared secret as Uint8Array and not BN anymore (f3cf3a7)
- KeyAgreement: add key agreement crypto primitives (1b5fc62)