Initial commit

This commit is contained in:
Adhiraj
2020-03-16 16:06:30 +05:30
commit 5bd524ca1f
319 changed files with 76526 additions and 0 deletions

35
node_modules/futoin-hkdf/CHANGELOG.txt generated vendored Normal file
View File

@@ -0,0 +1,35 @@
=== 1.3.1 (2020-01-10) ===
FIXED: clarified hash parameter for advanced usage
=== 1.3.0 (2019-12-24) ===
CHANGED: fixed TypeScript definitions
CHANGED: updated deps
=== 1.2.1 (2019-09-27) ===
CHANGED: deps maintenance
=== 1.2.0 (2019-08-01) ===
NEW: TypeScript bindings
=== 1.1.0 (2019-07-14) ===
CHANGED: dependency maintenance
CHANGED: dropped Node v6 support
NEW: hardcoded SHA3 lengths and length caching for unknown algos
=== 1.0.3 (2019-01-11) ===
CHANGED: dependency maintenance
=== 1.0.2 (2018-08-11) ===
CHANGED: dependency maintenance
=== 1.0.1 (2018-04-23) ===
FIXED: to allow maximum length of 255 steps for ORM
- Thanks to https://github.com/davidjludwig
for reporting https://github.com/futoin/util-js-hkdf/issues/1
and providing a fix.
=== 1.0.0 (2018-01-12) ===
No changes. Going final.
=== 0.9.0 (2018-01-12) ===
Initial version