freebird-crypto 0.3.0

Cryptographic primitives for the Freebird privacy-preserving authentication system, including VOPRF implementation
Documentation
1
2
3
4
//! Vendored VOPRF(P-256, SHA-256)-verifiable implementation built on RustCrypto.
pub mod core;
pub mod dleq;
pub use core::{BlindState, Client, Server, Verifier};