Crates.io | pake-kem |
lib.rs | pake-kem |
version | 0.1.0-pre.4 |
source | src |
created_at | 2024-10-10 23:48:55.593706 |
updated_at | 2024-10-23 01:53:32.364117 |
description | An implementation of a password-authenticated key exchange (PAKE) based from a key encapsulation mechanism (KEM). |
homepage | |
repository | https://github.com/facebook/pake-kem |
max_upload_size | |
id | 1404712 |
size | 90,131 |
An implementation of a password-authenticated key exchange (PAKE) based from a key encapsulation mechanism (KEM).
⚠️ Warning: This implementation has not been audited. Use at your own risk!
The API can be found here along with an example for usage.
Add the following line to the dependencies of your Cargo.toml
:
pake-kem = "0.1.0-pre.4"
The original author of this code is Kevin Lewi (@kevinlewi). To learn more about contributing to this project, see this document.
The author would like to thank Michael Rosenberg (@rozbb) for the initial discussions which helped lead to the creation of this library.
This project is dual-licensed under either the MIT license or the Apache License, Version 2.0. You may select, at your option, one of the above-listed licenses.