Home
last modified time | relevance | path

Searched refs:RustCryptoSha256 (Results 1 – 2 of 2) sorted by relevance

/external/rust/beto-rust/nearby/crypto/crypto_provider_rustcrypto/src/
Dsha2_rc.rs18 pub struct RustCryptoSha256; struct
20 impl crypto_provider::sha2::Sha256 for RustCryptoSha256 { implementation
Dlib.rs87 type Sha256 = sha2_rc::RustCryptoSha256;