Expand description
Base64URL encoding utilities with security features.
This module provides a Base64UrlBytes wrapper type that handles
base64url encoding/decoding (as required by RFC 7517) with constant-time
operations and automatic memory zeroing for sensitive data.
Structsยง
- Base64
UrlBytes - A wrapper around raw bytes that serializes to/from base64url encoding.