#block-cipher #gost #crypto #threefish

threefish-cipher

Threefish block cipher

3 unstable releases

Uses old Rust 2015

0.4.0 Nov 2, 2020
0.3.1 Jan 26, 2019
0.3.0 Oct 22, 2018

#6 in #gost

Download history 1/week @ 2023-12-18 2/week @ 2023-12-25 8/week @ 2024-01-08 4/week @ 2024-01-22 10/week @ 2024-02-12 16/week @ 2024-02-19 45/week @ 2024-02-26 26/week @ 2024-03-04 32/week @ 2024-03-11 38/week @ 2024-03-18

142 downloads per month
Used in 8 crates (via skein-hash)

MIT/Apache

15KB
325 lines

Cryptocorrosion

Cryptographic algorithms in pure Rust.

The main interface to these crates is the RustCrypto traits.

All crates are no-std compatible.

Minimum Rust version:

  • algorithm crates (with RustCrypto API): 1.41.0
  • support crates: 1.32.0

Build Status

Supported algorithms

Cryptographic hashes

Algo Crate name SIMD
Blake blake-hash [1]
Grøstl groestl-aesni ✔️
JH jh-x86_64 ✔️
Skein skein-hash

[1] SIMD is available for builds with target-cpu/target-feature configured, but runtime CPU detection is not yet supported.

Block ciphers

Algo Crate name SIMD
Threefish threefish-cipher

Stream ciphers

Algo Crate name SIMD
ChaCha c2-chacha ✔️

License

All crates licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

tests from NIST submission

Dependencies

~315KB