Core utilities shared across PAKE protocol implementations.
Provides encoding helpers (LEB128, length-value concatenation), a zeroizing SharedSecret type, and common error types.
SharedSecret
pub use error::PakeError;
pub use secret::SharedSecret;