[dependencies.kdf]
version = "0.1.0-pre.0"
[lib]
name = "pake"
path = "src/lib.rs"
[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = """
Traits which describe the functionality of [Password-Authenticated Key Exchange] (PAKE) algorithms, which can be used to
establish a shared secret over an insecure channel using only the client's knowledge of a password and the server's
knowledge of a password hash for authentication, without the client revealing their plaintext password to the server
"""
documentation = "https://docs.rs/pake"
edition = "2024"
homepage = "https://github.com/RustCrypto/traits/pull/2190"
keywords = ["crypto", "pake"]
license = "Apache-2.0 OR MIT"
name = "pake"
readme = "README.md"
repository = "https://github.com/RustCrypto/traits"
rust-version = "1.85"
version = "0.0.0"