magma 0.10.0-pre.0

Magma (GOST R 34.12-2015) block cipher
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "blobby"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "847495c209977a90e8aad588b959d0ca9f5dc228096d29a6bd3defd53f35eaec"

[[package]]
name = "cipher"
version = "0.5.0-pre.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84fba98785cecd0e308818a87c817576a40f99d8bab6405bf422bacd3efb6c1f"
dependencies = [
 "blobby",
 "crypto-common",
 "inout",
 "zeroize",
]

[[package]]
name = "crypto-common"
version = "0.2.0-pre.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7aa2ec04f5120b830272a481e8d9d8ba4dda140d2cda59b0f1110d5eb93c38e"
dependencies = [
 "hybrid-array",
]

[[package]]
name = "hex-literal"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"

[[package]]
name = "hybrid-array"
version = "0.2.0-rc.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87c2311a0adecbffff284aabcf1249b1485193b16e685f9ef171b1ba82979cff"
dependencies = [
 "typenum",
]

[[package]]
name = "inout"
version = "0.2.0-pre.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a2cc35b920cc3b344af824e64e508ffc2c819fc2368ed4d253244446194d2fe"
dependencies = [
 "hybrid-array",
]

[[package]]
name = "magma"
version = "0.10.0-pre.0"
dependencies = [
 "cipher",
 "hex-literal",
]

[[package]]
name = "typenum"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"

[[package]]
name = "zeroize"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"