mirror of
https://github.com/emn178/js-sha3.git
synced 2026-08-12 19:41:36 +08:00
Added
- cSHAKE method. - KMAC method. - alias methods without underscore like shake128, keccak512. Changed - throw error if input type is incorrect.
This commit is contained in:
+3
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "js-sha3",
|
||||
"version": "0.5.7",
|
||||
"version": "0.6.0",
|
||||
"description": "A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.",
|
||||
"main": "src/sha3.js",
|
||||
"typings": "index",
|
||||
@@ -25,6 +25,8 @@
|
||||
"sha3",
|
||||
"keccak",
|
||||
"shake",
|
||||
"cshake",
|
||||
"kmac",
|
||||
"hash",
|
||||
"encryption",
|
||||
"cryptography",
|
||||
|
||||
Reference in New Issue
Block a user