pub fn detected_base64_backend() -> Base64BackendExpand description
The Base64 Base64Backend this CPU resolved to, cached after the first call.
Diagnostic only — encode_base64 and decode_base64 call this for you.
println!("argon2 base64 backend: {}", argon2_rust::detected_base64_backend());