☰
Sha2
Required Methods
compress
Implementors
In sha2_compress
?
Trait
sha2_compress
::
Sha2
source
·
[
−
]
pub trait Sha2 { // Required method fn
compress
(&self, h1:
&Self
, h2:
&Self
) -> Self; }
Required Methods
§
source
fn
compress
(&self, h1:
&Self
, h2:
&Self
) -> Self
Implementors
§
source
§
impl<I:
Item
>
Sha2
for
Hash
<I>