[][src]Constant p256::test_vectors::group::MUL_TEST_VECTORS

pub const MUL_TEST_VECTORS: &[([u8; 32], [u8; 32], [u8; 32])];
This is supported on crate feature test-vectors only.

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.