pake-kem

Crates.iopake-kem
lib.rspake-kem
version0.1.0-pre.4
sourcesrc
created_at2024-10-10 23:48:55.593706
updated_at2024-10-23 01:53:32.364117
descriptionAn implementation of a password-authenticated key exchange (PAKE) based from a key encapsulation mechanism (KEM).
homepage
repositoryhttps://github.com/facebook/pake-kem
max_upload_size
id1404712
size90,131
Kevin Lewi (kevinlewi)

documentation

README

pake-kem Build Status

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!

Documentation

The API can be found here along with an example for usage.

Installation

Add the following line to the dependencies of your Cargo.toml:

pake-kem = "0.1.0-pre.4"

Contributors

The original author of this code is Kevin Lewi (@kevinlewi). To learn more about contributing to this project, see this document.

Acknowledgments

The author would like to thank Michael Rosenberg (@rozbb) for the initial discussions which helped lead to the creation of this library.

License

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.

Commit count: 8

cargo fmt