bromberg_sl2 0.6.0

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

[dependencies.lazy_static]
version = "^1.4"

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

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

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

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

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

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

[package]
authors = ["Ben Weinstein-Raun <root@benwr.net>"]
categories = ["cryptography", "algorithms", "no-std"]
description = "Cayley hashing as in 'Navigating in the Cayley Graph of SL₂(𝔽ₚ)'"
edition = "2018"
keywords = ["hashing", "sl2", "homomorphic", "monoidal", "tillich-zemor"]
license = "CC0-1.0"
name = "bromberg_sl2"
repository = "https://github.com/benwr/bromberg_sl2"
version = "0.6.0"
[profile.bench]
codegen-units = 1
lto = true
opt-level = 3

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