[][src]Struct wots::Adrs

pub struct Adrs(_);

The address to randomize each hash function call to prevent multi-target attacks on the used hash function.

Methods

impl Adrs[src]

pub fn new() -> Self[src]

pub fn set_chain(&mut self, c: u32)[src]

Set the chain field of a WOTS+ address to the given value.

pub fn set_hash(&mut self, h: u32)[src]

Set the hash field of a WOTS+ address to the given value.

pub fn set_keymask(&mut self, b: u32)[src]

Set the keymask field of a WOTS+ address to the given value.

Trait Implementations

impl Debug for Adrs[src]

impl Copy for Adrs[src]

impl Clone for Adrs[src]

impl Default for Adrs[src]

Auto Trait Implementations

impl Unpin for Adrs

impl Send for Adrs

impl Sync for Adrs

impl UnwindSafe for Adrs

impl RefUnwindSafe for Adrs

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> Same<T> for T

type Output = T

Should always be Self