@stablelib/blockcipher
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -37,1 +37,5 @@ // Copyright (C) 2016 Dmitry Chestnykh | ||
} | ||
export interface BlockCipherContructor { | ||
new(key: Uint8Array, noDecryption?: boolean): BlockCipher; | ||
} |
@@ -30,1 +30,4 @@ /** | ||
} | ||
export interface BlockCipherContructor { | ||
new (key: Uint8Array, noDecryption?: boolean): BlockCipher; | ||
} |
{ | ||
"name": "@stablelib/blockcipher", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Block cipher interface declaration", | ||
@@ -5,0 +5,0 @@ "main": "./dist/blockcipher.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
2572
80