pake-cpace 0.1.7

A simple implementation of CPace, a balanced PAKE.
Documentation
[dependencies.curve25519-dalek]
version = "4.1"

[dependencies.hmac-sha512]
version = "1.1"

[package]
authors = ["Frank Denis <github@pureftpd.org>"]
categories = ["algorithms", "cryptography", "no-std"]
description = "A simple implementation of CPace, a balanced PAKE."
edition = "2018"
homepage = "https://github.com/jedisct1/rust-cpace"
keywords = ["cpace", "crypto", "pake"]
license = "ISC"
name = "pake-cpace"
readme = "README.md"
repository = "https://github.com/jedisct1/rust-cpace"
version = "0.1.7"

[profile.release]
lto = true
opt-level = 3
panic = "abort"

[target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dependencies.getrandom]
default-features = false
features = ["js"]
optional = false
version = "0.2"

[target.'cfg(not(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown")))'.dependencies.getrandom]
default-features = false
optional = false
version = "0.2"