eccrypto-js
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -9,1 +9,5 @@ /// <reference types="node" /> | ||
}>; | ||
export declare function testSharedKeys(): Promise<{ | ||
sharedKey1: Buffer; | ||
sharedKey2: Buffer; | ||
}>; |
{ | ||
"name": "eccrypto-js", | ||
"description": "Pure JavaScript Elliptic curve cryptography library", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"author": "Pedro Gomes <github.com/pedrouid>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
80703
644