Test P-521 (#349)

* Test P-521

* De-duplicate generic calls

* Simplify full test vectors generation
This commit is contained in:
daxpedda
2023-11-16 11:07:46 -08:00
committed by GitHub
parent c728c37f15
commit 56cdf9a024
6 changed files with 1129 additions and 941 deletions
+2
View File
@@ -7,6 +7,8 @@
// licenses.
mod full_test;
#[rustfmt::skip]
mod full_test_vectors;
pub mod mock_rng;
mod opaque_vectors;
mod parser;