We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bc294 commit 5d5a0fcCopy full SHA for 5d5a0fc
src/suites/mod.rs
@@ -5,7 +5,7 @@ pub(crate) mod testing;
5
pub mod ed25519;
6
7
#[cfg(feature = "secp256r1")]
8
-pub mod secp256;
+pub mod secp256r1;
9
10
#[cfg(feature = "bandersnatch")]
11
pub mod bandersnatch;
src/suites/secp256.rs renamed to src/suites/secp256r1.rs
@@ -102,7 +102,7 @@ mod tests {
102
103
// Vectors from RFC-9381
104
#[test]
105
- fn process_rfc_9381() {
+ fn vectors_process_rfc_9381() {
106
testing::test_vectors_process::<crate::ietf::testing::TestVector<ThisSuite>>(
107
"secp256r1_sha-256_tai_ietf_rfc_9381",
108
);
0 commit comments