feistel-cipher
Advanced tools
Comparing version 1.5.1 to 1.5.2
export * from './feistel'; | ||
export * from './fpe'; | ||
export * from './custom'; | ||
export { BLAKE2b, KECCAK, SHA_256, SHA_3, isAvailableEngine } from './utils/hash'; | ||
export { BLAKE2b, KECCAK, SHA_256, SHA_3, Engine, isAvailableEngine } from './utils/hash'; | ||
export * from './utils/base256'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "feistel-cipher", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Feistel cipher implementation for format-preserving encryption", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/src/typescript/index.js", |
Sorry, the diff of this file is not supported yet
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
57541