https://github.com/quininer/sp800-185
SHA-3 Derived Functions (SP800-185) Implementation in Rust
https://github.com/quininer/sp800-185
cshake hash kmac sha3 tuplehash
Last synced: about 1 year ago
JSON representation
SHA-3 Derived Functions (SP800-185) Implementation in Rust
- Host: GitHub
- URL: https://github.com/quininer/sp800-185
- Owner: quininer
- License: mit
- Created: 2017-07-17T05:48:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T11:01:16.000Z (over 8 years ago)
- Last Synced: 2025-02-28T17:46:03.803Z (over 1 year ago)
- Topics: cshake, hash, kmac, sha3, tuplehash
- Language: Rust
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SP800-185
[](https://travis-ci.org/quininer/sp800-185)
[](https://crates.io/crates/sp800-185)
[](https://github.com/quininer/sp800-185/blob/master/LICENSE)
[](https://docs.rs/sp800-185/)
SHA-3 Derived Functions (SP800-185) Implementation in Rust.
* [SHA-3 Derived Functions: cSHAKE, KMAC, TupleHash, and ParallelHash](https://www.nist.gov/publications/sha-3-derived-functions-cshake-kmac-tuplehash-and-parallelhash)
* [KeccakCodePackage](https://github.com/gvanas/KeccakCodePackage)
* [SHAKE, cSHAKE and some more bit ordering April 2017](https://cryptologie.net/article/388/shake-cshake-and-some-more-bit-ordering/)