Trait ockam_key_exchange_xx::XXVault[][src]

pub trait XXVault: SecretVault + Hasher + AsymmetricVault + SymmetricVault + Send { }

Vault with XX required functionality

Implementors

impl<D> XXVault for D where
    D: SecretVault + Hasher + AsymmetricVault + SymmetricVault + Send
[src]

Loading content...