Skip to main content

Crate pakery_core

Crate pakery_core 

Source
Expand description

Core utilities shared across PAKE protocol implementations.

Provides encoding helpers (LEB128, length-value concatenation), a zeroizing SharedSecret type, and common error types.

Re-exports§

pub use error::PakeError;
pub use secret::SharedSecret;

Modules§

crypto
Cryptographic trait abstractions for PAKE protocols.
encoding
Encoding utilities: LEB128, length-value concatenation, and ordered concatenation.
error
Common error types for PAKE protocols.
secret
Zeroizing shared secret type.