Skip to main content

detected_backend

Function detected_backend 

Source
pub fn detected_backend() -> Backend
Expand description

The Backend this CPU resolved to, cached after the first call.

Diagnostic only — the hashing entry points call this for you.

println!("argon2 backend: {}", argon2_rust::detected_backend());