threefish 0.0.1

Threefish block cipher
Documentation
[package]
name = "threefish"
version = "0.0.1"
authors = ["The Rust-Crypto Project Developers"]
license = "MIT/Apache-2.0"
description = "Threefish block cipher"
documentation = "https://docs.rs/threefish"
readme = "README.md"
repository = "https://github.com/RustCrypto/block-ciphers"
keywords = ["crypto", "threefish", "gost", "block-cipher"]

[dependencies]
generic-array = "0.12"
byte-tools = "0.1"
block-cipher-trait = "0.6"