b64ct 0.1.0

Pure Rust implementation of B64, a subset of the standard Base64 encoding (RFC 4648) used by the PHC string format. Implemented without data-dependent branches or lookup tables providing "best effort" constant-time operation.
Documentation
1
2
3
4
5
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "b64ct"
version = "0.1.0"