permutation-xoodoo 0.1.1

Xoodoo permutation in the `crypto-permutation` framework
Documentation
[dependencies.crypto-permutation]
features = ["io_le_uint_slice", "io_uint_u32"]
version = "0.1"

[features]
debug = []
default = []

[lib]
name = "permutation_xoodoo"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = "Xoodoo permutation in the `crypto-permutation` framework"
edition = "2021"
keywords = ["xoodoo", "permutation", "crypto"]
license = "MIT OR Apache-2.0"
name = "permutation-xoodoo"
readme = "README.md"
repository = "https://github.com/niluxv/permutation_based_crypto"
rust-version = "1.65"
version = "0.1.1"