Skip to main content

detected_base64_backend

Function detected_base64_backend 

Source
pub fn detected_base64_backend() -> Base64Backend
Expand 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());