crrl 0.1.0

Library for cryptographic research
Documentation
[[bench]]
harness = false
name = "modint"
path = "benches/modint.rs"

[[bench]]
harness = false
name = "gf255"
path = "benches/gf255.rs"

[[bench]]
harness = false
name = "ed25519"
path = "benches/ed25519.rs"

[[bench]]
harness = false
name = "x25519"
path = "benches/x25519.rs"

[[bench]]
harness = false
name = "p256"
path = "benches/p256.rs"

[[bench]]
harness = false
name = "ristretto255"
path = "benches/ristretto255.rs"

[[bench]]
harness = false
name = "jq255e"
path = "benches/jq255e.rs"

[[bench]]
harness = false
name = "jq255s"
path = "benches/jq255s.rs"
[dependencies.blake2]
version = "0.10.4"

[dependencies.rand_core]
version = "0.6"

[dependencies.sha2]
version = "0.10.2"
[dev-dependencies.hex]
version = "0.4.3"

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

[features]
alloc = []
default = ["std"]
std = ["alloc"]
w32_backend = []
w64_backend = []

[package]
authors = ["Thomas Pornin <thomas.pornin@nccgroup.com>"]
categories = ["cryptography", "no-std"]
description = "Library for cryptographic research"
edition = "2018"
exclude = ["extra/*"]
keywords = ["cryptography", "ed25519", "ristretto255", "p256", "jq255e"]
license = "MIT"
name = "crrl"
readme = "README.md"
repository = "https://github.com/pornin/crrl"
version = "0.1.0"