v1.3.4
This version includes extended support for elliptic curve cryptography.
Some names of methods have changed, make sure your code is updated accordingly before upgrading to new version.
You can:
-
encrypt EC private key
-
decrypt EC private key
-
convert EC CryptoKey private key to PEM
-
convert EC PEM private key to CryptoKey
-
convert EC CryptoKey public key to PEM
-
convert EC PEM public key to CryptoKey
-
encryption methods now accept ArrayBuffer as data input directly