Struct mc_oblivious_ram::PathORAM4096Z4Creator[][src]

pub struct PathORAM4096Z4Creator<R, SC> where
    R: RngCore + CryptoRng + 'static,
    SC: ORAMStorageCreator<U4096, U64>, 
{ /* fields omitted */ }

Creator for PathORAM based on 4096-sized blocks of storage and bucket size (Z) of 4, and a basic recursive position map implementation

Trait Implementations

impl<R, SC> ORAMCreator<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, R> for PathORAM4096Z4Creator<R, SC> where
    R: RngCore + CryptoRng + Send + Sync + 'static,
    SC: ORAMStorageCreator<U4096, U64>, 
[src]

type Output = PathORAM<U1024, U4, SC::Output, R>

Auto Trait Implementations

impl<R, SC> Send for PathORAM4096Z4Creator<R, SC>

impl<R, SC> Sync for PathORAM4096Z4Creator<R, SC>

impl<R, SC> Unpin for PathORAM4096Z4Creator<R, SC>

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.