Home
last modified time | relevance | path

Searched refs:Sha512 (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsha.rs296 pub struct Sha512(ffi::SHA512_CTX); structure names
298 impl Default for Sha512 {
300 fn default() -> Sha512 { in default()
301 Sha512::new() in default()
305 impl Sha512 { impls
309 pub fn new() -> Sha512 { in new()
313 Sha512(ctx.assume_init()) in new()
458 let mut hasher = Sha512::new(); in struct_512()

Completed in 1 milliseconds