2key-ratchet
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -859,5 +859,8 @@ /** | ||
exports.AsymmetricRatchet = AsymmetricRatchet; | ||
exports.Curve = Curve; | ||
exports.ECPublicKey = ECPublicKey; | ||
exports.Identity = Identity; | ||
exports.RemoteIdentity = RemoteIdentity; | ||
exports.Secret = Secret; | ||
exports.getEngine = getEngine; | ||
exports.setEngine = setEngine; |
@@ -854,2 +854,2 @@ /** | ||
export { AsymmetricRatchet, Identity, IdentityProtocol, MessageSignedProtocol, PreKeyBundleProtocol, PreKeyMessageProtocol, RemoteIdentity, getEngine, setEngine }; | ||
export { AsymmetricRatchet, Curve, ECPublicKey, Identity, IdentityProtocol, MessageSignedProtocol, PreKeyBundleProtocol, PreKeyMessageProtocol, RemoteIdentity, Secret, getEngine, setEngine }; |
@@ -9,2 +9,3 @@ /** | ||
*/ | ||
export * from "./crypto"; | ||
export * from "./key_pair"; | ||
@@ -11,0 +12,0 @@ export * from "./public_key"; |
export * from "./data"; | ||
export * from "./crypto/crypto"; | ||
export * from "./crypto"; | ||
export * from "./protocol"; | ||
export { AsymmetricRatchet } from "./asym_ratchet"; |
{ | ||
"name": "2key-ratchet", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "2key-ratchet is an implementation of a Double Ratchet protocol and X3DH in TypeScript utilizing WebCrypto.", | ||
@@ -5,0 +5,0 @@ "main": "dist/2key-ratchet.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
116182
2609