mirror of
https://github.com/emn178/js-sha3.git
synced 2026-08-13 03:51:54 +08:00
### Added
- TupleHash128, TupleHash256, TupleHashXOF128, and TupleHashXOF256 (NIST SP 800-185) ### Fixed - KMAC repeated output reads after finalize
This commit is contained in:
+10
-1
@@ -28,7 +28,16 @@ export const {
|
||||
kmac_128,
|
||||
kmac_256,
|
||||
kmac128,
|
||||
kmac256
|
||||
kmac256,
|
||||
|
||||
tuplehash_128,
|
||||
tuplehash_256,
|
||||
tuplehash128,
|
||||
tuplehash256,
|
||||
tuplehashxof_128,
|
||||
tuplehashxof_256,
|
||||
tuplehashxof128,
|
||||
tuplehashxof256
|
||||
} = sha3;
|
||||
|
||||
export default sha3;
|
||||
|
||||
Reference in New Issue
Block a user