Struct mc_oblivious_ram::U32PositionMapCreator[][src]

pub struct U32PositionMapCreator<ValueSize: ArrayLength<u8> + PartialDiv<U8> + 'static, R: RngCore + CryptoRng + Send + Sync + 'static, OC: ORAMCreator<ValueSize, R>> { /* fields omitted */ }

Creates U32 Position Maps, either the trivial one or recursively on top of ORAMs. The value size times the Z value determines the size of an ORAM bucket

Trait Implementations

impl<ValueSize: ArrayLength<u8> + PartialDiv<U8> + 'static, R: RngCore + CryptoRng + Send + Sync + 'static, OC: ORAMCreator<ValueSize, R>> PositionMapCreator<R> for U32PositionMapCreator<ValueSize, R, OC>[src]

Auto Trait Implementations

impl<ValueSize, R, OC> Send for U32PositionMapCreator<ValueSize, R, OC>

impl<ValueSize, R, OC> Sync for U32PositionMapCreator<ValueSize, R, OC>

impl<ValueSize, R, OC> Unpin for U32PositionMapCreator<ValueSize, R, OC>

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> Same<T> for T

type Output = T

Should always be Self

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.