Crates.io | cpace |
lib.rs | cpace |
version | 0.1.0 |
source | src |
created_at | 2020-05-01 01:23:44.14992 |
updated_at | 2020-05-01 01:23:44.14992 |
description | An implementation of the CPace password-authenticated key exchange (PAKE). |
homepage | |
repository | https://github.com/hdevalence/cpace |
max_upload_size | |
id | 236007 |
size | 12,020 |
A Rust implementation of the CPace PAKE, instantiated with the ristretto255 group.
This implementation is based on the go-cpace-ristretto255 implementation by Filippo Valsorda, and attempts to be compatible with it. Note that that implementation is loosely based on draft-haase-cpace-01, so all of these implementations are something of a moving target.