sp800-185 0.2.0

SHA-3 Derived Functions (SP800-185) Implementation in Rust.
Documentation
1
2
3
4
5
6
7
8
9
language: rust
rust:
    - stable
cache: cargo
os:
    - linux

script:
    - cargo test --all-features