pub const MUL_TEST_VECTORS: &[([u8; 66], [u8; 66], [u8; 66])];
Available on crate feature test-vectors only.
Expand description

Scalar multiplication with the generator.

These are the test vectors for P-521 from http://point-at-infinity.org/ecc/nisttv that are not part of ADD_TEST_VECTORS.