Client

Type Alias Client 

Source
pub type Client = AuCPaceClient<Sha512, Scrypt, OsRng, 16>;
Available on crate features scrypt and sha2 and getrandom only.
Expand description

Default Client instantiation with SHA512, Scrypt, OsRng and a nonce size of 16 bytes

Aliased Typeยง

pub struct Client { /* private fields */ }