Type Definition srp6::defaults::Srp6_4096

source · []
pub type Srp6_4096 = Srp6<512, 512>;
Expand description

length of PrimeModulus N and Salt s is 4096 bit / 512 byte. taken from the 4096-bit group at RFC5054 Appendix A

Trait Implementations

Returns the “default value” for a type. Read more