Enum bsv_wasm::encryption::AESAlgorithms [−][src]
pub enum AESAlgorithms { AES128_CBC, AES256_CBC, AES128_CTR, AES256_CTR, }
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AESAlgorithms
impl Send for AESAlgorithms
impl Sync for AESAlgorithms
impl Unpin for AESAlgorithms
impl UnwindSafe for AESAlgorithms
Blanket Implementations
Mutably borrows from an owned value. Read more
type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
Same as IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
. Read more
type Output = T
type Output = T
Should always be Self