Files
opaque-vx/src/ciphersuite.rs
T

7 lines
76 B
Rust
Raw Normal View History

pub trait CipherSuite {
type Aead;
type Group;
type Keypair;
}