1.0.0 (2018-08-28)
Bug Fixes
- helper: wrong arrays lengths comparison (568898b)
Code Refactoring
- asymmetric: change exportKey and importKey signature (3df7153)
BREAKING CHANGES
- 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.
<a name="1.0.0-beta.0"></a>