feistel-cipher
Advanced tools
Comparing version 1.3.3 to 1.3.4
{ | ||
"name": "feistel-cipher", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Feistel cipher implementation for format-preserving encryption", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/src/typescript/index.js", |
@@ -87,5 +87,5 @@ # feistel-cipher | ||
This library relies on three peer dependencies: | ||
* `blakejs`; | ||
* `keccak`; | ||
* `sha3`. | ||
* [`blakejs`](https://www.npmjs.com/package/blakejs); | ||
* [`keccak`](https://www.npmjs.com/package/keccak); | ||
* [`sha3`](https://www.npmjs.com/package/sha3). | ||
@@ -92,0 +92,0 @@ |
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
45151