pub type Server = AuCPaceServer<Sha512, OsRng, 16>;Available on crate features
sha2 and getrandom only.Expand description
Default Server instantiation with SHA512, OsRng and a nonce size of 16 bytes
Aliased Typeยง
pub struct Server { /* private fields */ }