Type Definition srp6::defaults::Srp6_2048

source · []
pub type Srp6_2048 = Srp6<256, 256>;
Expand description

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

Trait Implementations

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