brsl2 0.7.0

Cayley hashing as in 'Navigating in the Cayley Graph of SL₂(𝔽ₚ)'
Documentation
[[bench]]
harness = false
name = "compare_with_sha"

[dependencies.rayon]
optional = true
version = "1.8"

[dependencies.seq-macro]
version = "^0.3"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.digest]
features = ["alloc"]
version = "0.10"

[dev-dependencies.num-bigint]
version = "0.4"

[dev-dependencies.quickcheck]
version = "1.0"

[dev-dependencies.sha3]
version = "0.10"

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

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

[package]
authors = ["Ben Weinstein-Raun <root@benwr.net>", "Rail Khusnutdinov <rail@33.run>"]
categories = ["cryptography", "algorithms", "no-std"]
description = "Cayley hashing as in 'Navigating in the Cayley Graph of SL₂(𝔽ₚ)'"
edition = "2021"
homepage = "https://github.com/libfunc/bromberg_sl2"
keywords = ["hashing", "sl2", "homomorphic", "monoidal", "tillich-zemor"]
license = "CC0-1.0"
name = "brsl2"
readme = "README.md"
repository = "https://github.com/libfunc/bromberg_sl2"
version = "0.7.0"

[profile.bench]
codegen-units = 1
lto = true
opt-level = 3

[profile.release]
codegen-units = 1
lto = true
opt-level = 3