Skip to content

Commit 7237e57

Browse files
committed
readme
1 parent 3813216 commit 7237e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ sha256('abc'); // == sha256(new TextEncoder().encode('abc'))
5151
// Available modules
5252
import { sha256, sha384, sha512, sha224, sha512_256, sha512_384 } from '@noble/hashes/sha2';
5353
import { sha3_256, sha3_512, keccak_256, keccak_512, shake128, shake256 } from '@noble/hashes/sha3';
54-
import * as sha3_addons from '@noble/hashes/sha3-addons';
54+
import { cshake256, turboshake256, kmac256, tuplehash256, k12, m14, keccakprg } from '@noble/hashes/sha3-addons';
5555
import { ripemd160 } from '@noble/hashes/ripemd160';
5656
import { blake3 } from '@noble/hashes/blake3';
5757
import { blake2b } from '@noble/hashes/blake2b';

0 commit comments

Comments
 (0)