jose/lib/help/asn1
Filip Skokan 2dbd3ed43a feat: add OKP Key and EdDSA sign/verify support
BREAKING CHANGE: node.js minimal version is now v12.0.0 due to its
added EdDSA support (crypto.sign, crypto.verify and eddsa key objects)

resolves #12
2019-04-23 14:30:49 +02:00
..
algorithm_identifier.js refactor: source in asn1.js to remove some transitive dependencies 2019-03-26 18:24:10 +01:00
ec_private_key.js refactor: source in asn1.js to remove some transitive dependencies 2019-03-26 18:24:10 +01:00
index.js feat: add OKP Key and EdDSA sign/verify support 2019-04-23 14:30:49 +02:00
one_asymmetric_key.js feat: add OKP Key and EdDSA sign/verify support 2019-04-23 14:30:49 +02:00
private_key.js feat: add OKP Key and EdDSA sign/verify support 2019-04-23 14:30:49 +02:00
private_key_info.js refactor: source in asn1.js to remove some transitive dependencies 2019-03-26 18:24:10 +01:00
public_key_info.js refactor: source in asn1.js to remove some transitive dependencies 2019-03-26 18:24:10 +01:00
rsa_private_key.js refactor: source in asn1.js to remove some transitive dependencies 2019-03-26 18:24:10 +01:00
rsa_public_key.js refactor: source in asn1.js to remove some transitive dependencies 2019-03-26 18:24:10 +01:00