Skip to main content

pg_scram_sha256_salted_password

Function pg_scram_sha256_salted_password 

Source
fn pg_scram_sha256_salted_password(
    password: &[u8],
    salt: &[u8],
    iterations: u32,
) -> Result<Vec<u8>>