[[bin]]
name = "hmac_sha256_bin"
path = "src/hmac/bin/hmac_sha256_bin.rs"
[dependencies.hex]
version = "0.4"
[dependencies.itertools]
version = "0.13"
[dependencies.rand]
version = "0.8"
[dev-dependencies.ark-crypto-primitives]
features = ["sponge"]
version = "0.5"
[dev-dependencies.ark-ff]
features = ["std"]
version = "0.5"
[dev-dependencies.chacha20]
version = "0.9"
[dev-dependencies.des]
version = "0.8"
[dev-dependencies.pretty_assertions]
version = "1.4"
[dev-dependencies.rstest]
version = "0.23"
[dev-dependencies.sha2]
version = "0.10"
[[example]]
name = "aes_chained_cbc"
path = "examples/aes_chained_cbc.rs"
[[example]]
name = "merkle_tree"
path = "examples/merkle_tree.rs"
[[example]]
name = "sumcheck_ex"
path = "examples/sumcheck_ex.rs"
[[example]]
name = "symmetric_group"
path = "examples/symmetric_group.rs"
[lib]
name = "ronkathon"
path = "src/lib.rs"
[package]
authors = ["Pluto Community"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Cryptography Educational Foundations"
edition = "2021"
exclude = ["CHANGELOG.md", "src/tree/ConstructMerkleTree.gif"]
license = "MIT OR Apache-2.0"
name = "ronkathon"
readme = "README.md"
repository = "https://github.com/pluto/ronkathon"
version = "0.1.0"