//! Encoding and decoding utilities for authentication data.
//!
//! Provides RFC-compliant implementations of Base64, hex, and URL
//! percent-encoding with zero external dependencies. All implementations
//! are tested against published test vectors from their respective RFCs.
pub use ;
pub use ;
pub use ;
pub use ;