xoodyak 0.7.3

Xoodyak / Xoodoo - A versatile cryptographic scheme that can be used for hashing, encryption, MAC computation and authenticated encryption.
Documentation
[[bench]]
harness = false
name = "benchmark"
[dependencies.rawbytes]
version = "0.1"

[dependencies.zeroize]
version = "1.4"
[dev-dependencies.criterion]
version = "0.3"

[features]
default = ["std"]
std = []

[package]
authors = ["Frank Denis <github@pureftpd.org>"]
categories = ["no-std", "cryptography", "wasm"]
description = "Xoodyak / Xoodoo - A versatile cryptographic scheme that can be used for hashing, encryption, MAC computation and authenticated encryption."
edition = "2018"
homepage = "https://github.com/jedisct1/rust-xoodyak"
keywords = ["crypto", "xoodyak", "xoodoo", "cyclist"]
license = "MIT"
name = "xoodyak"
readme = "README.md"
repository = "https://github.com/jedisct1/rust-xoodyak"
version = "0.7.3"
[profile.bench]
codegen-units = 1

[profile.release]
codegen-units = 1
incremental = false
lto = "fat"
panic = "abort"