mirror of
https://github.com/emn178/js-sha3.git
synced 2026-08-13 03:51:54 +08:00
Compare commits
1
Commits
v0.12.0
...
d506b22f67
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d506b22f67 |
@@ -20,8 +20,18 @@ A simple SHA-3 / Keccak / SHAKE / cSHAKE / KMAC / TupleHash hash function for Ja
|
|||||||
[Keccak-384 Online](http://emn178.github.io/online-tools/keccak_384.html)
|
[Keccak-384 Online](http://emn178.github.io/online-tools/keccak_384.html)
|
||||||
[Keccak-256 Online](http://emn178.github.io/online-tools/keccak_256.html)
|
[Keccak-256 Online](http://emn178.github.io/online-tools/keccak_256.html)
|
||||||
[Keccak-224 Online](http://emn178.github.io/online-tools/keccak_224.html)
|
[Keccak-224 Online](http://emn178.github.io/online-tools/keccak_224.html)
|
||||||
[Shake128 Online](http://emn178.github.io/online-tools/shake_128.html)
|
[Shake128 Online](http://emn178.github.io/online-tools/shake128/)
|
||||||
[Shake256 Online](http://emn178.github.io/online-tools/shake_256.html)
|
[Shake256 Online](http://emn178.github.io/online-tools/shake256/)
|
||||||
|
[cShake128 Online](http://emn178.github.io/online-tools/cshake128/)
|
||||||
|
[cShake256 Online](http://emn178.github.io/online-tools/cshake256/)
|
||||||
|
[KMAC128 Online](http://emn178.github.io/online-tools/kmac128/)
|
||||||
|
[KMAC256 Online](http://emn178.github.io/online-tools/kmac256/)
|
||||||
|
[KMACXOF128 Online](http://emn178.github.io/online-tools/kmacxof128/)
|
||||||
|
[KMACXOF256 Online](http://emn178.github.io/online-tools/kmacxof256/)
|
||||||
|
[TupleHash128 Online](http://emn178.github.io/online-tools/tuplehash128/)
|
||||||
|
[TupleHash256 Online](http://emn178.github.io/online-tools/tuplehash256/)
|
||||||
|
[TupleHashXOF128 Online](http://emn178.github.io/online-tools/tuplehashxof128/)
|
||||||
|
[TupleHashXOF256 Online](http://emn178.github.io/online-tools/tuplehashxof256/)
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
[Compress](https://raw.github.com/emn178/js-sha3/master/build/sha3.min.js)
|
[Compress](https://raw.github.com/emn178/js-sha3/master/build/sha3.min.js)
|
||||||
|
|||||||
Reference in New Issue
Block a user