//! SPAKE2 balanced PAKE protocol implementation.
//!
//! Implements the SPAKE2 protocol per RFC 9382 with pluggable ciphersuites.
extern crate alloc;
pub
pub use Spake2Ciphersuite;
pub use Spake2Error;
pub use ;
pub use ;
pub use Spake2Output;