[][src]Struct amcl_miracl::hash512::HASH512

pub struct HASH512 { /* fields omitted */ }

Methods

impl HASH512[src]

pub fn init(&mut self)[src]

pub fn new() -> HASH512[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; 64][src]

Auto Trait Implementations

impl Sync for HASH512

impl Send for HASH512

impl Unpin for HASH512

impl RefUnwindSafe for HASH512

impl UnwindSafe for HASH512

Blanket Implementations

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.

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

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

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