bromberg_sl2 0.1.2

Cayley hashing as in 'Navigating in the Cayley Graph of SL₂(𝔽ₚ)'
Documentation
[package]
name = "bromberg_sl2"
description = "Cayley hashing as in 'Navigating in the Cayley Graph of SL₂(𝔽ₚ)'"
version = "0.1.2"
authors = ["Ben Weinstein-Raun <root@benwr.net>"]
edition = "2018"
license = "CC0-1.0"
repository = "https://github.com/benwr/bromberg_sl2"
categories = ["cryptography", "algorithms"]
keywords = ["hashing", "sl2", "homomorphic", "monoidal", "tillich-zemor"]

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

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

[dependencies]

[dev-dependencies]
criterion = "0.3"
num-bigint = "0.3"
quickcheck = "0.9"
sha3 = "0.9"

[[bench]]
name = "compare_with_sha"
harness = false