pub type CryptoSystemVersion = Arc<dyn CryptoSystem + Send + Sync>;
Expand description

Handle to a particular cryptosystem

Aliased Type§

struct CryptoSystemVersion { /* private fields */ }