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

Scalar multiplication with the generator.

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