Function bcrypt_newhash [src]
Alias for std.c.openbsd.bcrypt_newhash
Prototype
pub extern "c" fn bcrypt_newhash(pass: [*:0]const u8, log_rounds: c_int, hash: [*]u8, hashlen: usize) c_int
Parameters
pass: [*:0]const u8
log_rounds: c_int
hash: [*]u8
hashlen: usize
Source
pub extern "c" fn bcrypt_newhash(pass: [*:0]const u8, log_rounds: c_int, hash: [*]u8, hashlen: usize) c_int