permutation-xoodoo 0.1.1

Xoodoo permutation in the `crypto-permutation` framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "crypto-permutation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a16dbad1264958669bded869a8e2d7a65a7fd46e60b24664a854d1afedb6aeb"

[[package]]
name = "permutation-xoodoo"
version = "0.1.1"
dependencies = [
 "crypto-permutation",
]