[][src]Struct miracl_core::hash384::HASH384

pub struct HASH384 { /* fields omitted */ }

Implementations

impl HASH384[src]

pub fn init(&mut self)[src]

pub fn new() -> HASH384[src]

pub fn process(&mut self, byt: u8)[src]

pub fn process_array(&mut self, b: &[u8])[src]

pub fn process_num(&mut self, n: i32)[src]

pub fn hash(&mut self) -> [u8; 48][src]

Auto Trait Implementations

impl RefUnwindSafe for HASH384

impl Send for HASH384

impl Sync for HASH384

impl Unpin for HASH384

impl UnwindSafe for HASH384

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.