[][src]Struct mimc_rs::Mimc7

pub struct Mimc7 { /* fields omitted */ }

Methods

impl Mimc7[src]

pub fn new() -> Mimc7[src]

pub fn hash(&self, arr: Vec<BigInt>) -> Result<BigInt, String>[src]

pub fn mimc7_hash(&self, x_in: &BigInt, k: &BigInt) -> BigInt[src]

pub fn hash_bytes(&self, b: Vec<u8>) -> Result<BigInt, String>[src]

Auto Trait Implementations

impl Send for Mimc7

impl Unpin for Mimc7

impl Sync for Mimc7

impl UnwindSafe for Mimc7

impl RefUnwindSafe for Mimc7

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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