challenge-bypass-ristretto 0.1.0-pre.2

A rust implemention of the privacy pass cryptographic protocol using the Ristretto group (WIP)
[dependencies.base64]
optional = true
version = "0.9.3"

[dependencies.clear_on_drop]
version = "0.2.3"

[dependencies.crypto-mac]
version = "0.7"

[dependencies.curve25519-dalek]
default-features = false
version = "1"

[dependencies.digest]
version = "0.8"

[dependencies.hmac]
version = "0.7"

[dependencies.merlin]
optional = true
version = "1"

[dependencies.rand]
default-features = false
version = "0.6.0"

[dependencies.rand_chacha]
version = "0.1.0"

[dependencies.serde]
default-features = false
optional = true
version = "^1.0.0"
[dev-dependencies.sha2]
version = "0.8"

[features]
alloc = ["curve25519-dalek/alloc"]
avx2_backend = ["curve25519-dalek/avx2_backend"]
default = ["std", "u64_backend"]
nightly = ["clear_on_drop/nightly", "curve25519-dalek/nightly"]
std = ["alloc", "curve25519-dalek/std"]
u32_backend = ["curve25519-dalek/u32_backend"]
u64_backend = ["curve25519-dalek/u64_backend"]

[package]
authors = ["eV <ev@7pr.xyz>"]
description = "A rust implemention of the privacy pass cryptographic protocol using the Ristretto group (WIP)"
documentation = "https://docs.rs/challenge-bypass-ristretto"
exclude = [".gitignore", ".travis.yml"]
license = "MPL-2.0"
name = "challenge-bypass-ristretto"
readme = "README.md"
repository = "https://github.com/brave-intl/challenge-bypass-ristretto"
version = "0.1.0-pre.2"
[package.metadata.docs.rs]
features = ["nightly"]
rustdoc-args = ["--document-private-items", "--html-in-header", "./rustdoc-include-katex-header.html"]