Constant srp::PRIME [] [src]

pub const PRIME: &'static [u8] = b"\xe3_\x88\x0bP<\xca\xd4\xd0=\x9c\xc3\xa8\x13yC\x18\x16p^\t>H\x9ah\x84w\r\xc3\xe2\xbcB\xf1\xe8\x18b{+\x162\x05,Z\x9bu\x9a\xa9HEX\xab\xf8\xf5\xc9r\xe7\x1c\xd3\x8b\x15t\xfd\xd7\x7f\xd1o\x1f \xc7\'\xb3\xdfTw\xbf\xb8\xa7\xfc;\xa6\x86\xe4\xaa\x97\x81D\x88\xfdl\'$\xa0\xbf\xd3\xf02\x12\x1b\xc2/\x0cA\x8a-\xed\x8ft\xf9c\x1a\xb8\xa4\x1bK2\xa3-\x1c\xe6\x87\x982\xb4\x88u\xc37\xc0"

1024 bit prime number which can be used as n in the SrpParams.

For conversion to BigUint use BigUint::from_bytes_le(SRP_PRIME).