Struct bitcoin_hashes::sha512::HashEngine [−][src]
pub struct HashEngine { /* fields omitted */ }
Engine to compute SHA512 hash function
Trait Implementations
impl Clone for HashEngine
[src]
impl Clone for HashEngine
[src]fn clone(&self) -> HashEngineⓘNotable traits for HashEngine
impl Write for HashEngine
[src]
Notable traits for HashEngine
impl Write for HashEngine
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for HashEngine
[src]
impl Default for HashEngine
[src]impl HashEngine for HashEngine
[src]
impl HashEngine for HashEngine
[src]impl Write for HashEngine
[src]
impl Write for HashEngine
[src]fn flush(&mut self) -> Result<()>
[src]
fn write(&mut self, buf: &[u8]) -> Result<usize>
[src]
pub fn write_vectored(&mut self, bufs: &[IoSlice<'_>]) -> Result<usize, Error>
1.36.0[src]
pub fn is_write_vectored(&self) -> bool
[src]
pub fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
1.0.0[src]
pub fn write_all_vectored(
&mut self,
bufs: &mut [IoSlice<'_>]
) -> Result<(), Error>
[src]
&mut self,
bufs: &mut [IoSlice<'_>]
) -> Result<(), Error>