Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T11:01:16.000Z (about 7 years ago)
- Last Synced: 2024-10-11T12:21:35.427Z (3 months 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
[![travis-ci](https://api.travis-ci.org/quininer/sp800-185.svg)](https://travis-ci.org/quininer/sp800-185)
[![crates](https://img.shields.io/crates/v/sp800-185.svg)](https://crates.io/crates/sp800-185)
[![license](https://img.shields.io/github/license/quininer/sp800-185.svg)](https://github.com/quininer/sp800-185/blob/master/LICENSE)
[![docs.rs](https://docs.rs/sp800-185/badge.svg)](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/)