EncapsulatedBits

Type Alias EncapsulatedBits 

Source
pub(crate) type EncapsulatedBits = EncapsulatedBits;

Aliased Type§

pub(crate) struct EncapsulatedBits {
    pub ciphertext: Option<RootedTraceableBox<TypedArray<ArrayBufferU8, Box<Heap<*mut JSObject>>>>>,
    pub sharedKey: Option<RootedTraceableBox<TypedArray<ArrayBufferU8, Box<Heap<*mut JSObject>>>>>,
}

Fields§

§ciphertext: Option<RootedTraceableBox<TypedArray<ArrayBufferU8, Box<Heap<*mut JSObject>>>>>§sharedKey: Option<RootedTraceableBox<TypedArray<ArrayBufferU8, Box<Heap<*mut JSObject>>>>>