Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsha.rs373 let mut incr_hasher = hasher.clone(); in cloning_allows_incremental_hashing() variables
374 incr_hasher.update(b"bc"); in cloning_allows_incremental_hashing()
376 assert_eq!(hex::encode(incr_hasher.finish()), expected); in cloning_allows_incremental_hashing()

Completed in 2 milliseconds