pake 0.0.0

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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "kdf"
version = "0.1.0-pre.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c47f30a65a0a4e5d66cb07522714cd3eeafda0afac011e6797d1fbd939098bc5"

[[package]]
name = "pake"
version = "0.0.0"
dependencies = [
 "kdf",
]