threefish-cipher 0.4.0

Threefish block cipher
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.cipher]
version = "0.2"

[dev-dependencies.hex-literal]
version = "0.2"

[features]
no_unroll = []

[package]
authors = ["The Rust-Crypto Project Developers", "The Cryptocorrosion Contributors"]
description = "Threefish block cipher"
documentation = "https://docs.rs/threefish"
keywords = ["crypto", "threefish", "gost", "block-cipher"]
license = "MIT/Apache-2.0"
name = "threefish-cipher"
repository = "https://github.com/cryptocorrosion/cryptocorrosion"
version = "0.4.0"