Trait ockam_key_exchange_xx::XXVault[][src]

pub trait XXVault: SecretVault + Hasher + AsymmetricVault + SymmetricVault + AsyncTryClone + Send + Sync + 'static { }
Expand description

Vault with XX required functionality

Implementors