Skip to content

Commit 5d5a0fc

Browse files
committed
Rename secp256r1 file
1 parent 70bc294 commit 5d5a0fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/suites/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pub(crate) mod testing;
55
pub mod ed25519;
66

77
#[cfg(feature = "secp256r1")]
8-
pub mod secp256;
8+
pub mod secp256r1;
99

1010
#[cfg(feature = "bandersnatch")]
1111
pub mod bandersnatch;

src/suites/secp256.rs renamed to src/suites/secp256r1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ mod tests {
102102

103103
// Vectors from RFC-9381
104104
#[test]
105-
fn process_rfc_9381() {
105+
fn vectors_process_rfc_9381() {
106106
testing::test_vectors_process::<crate::ietf::testing::TestVector<ThisSuite>>(
107107
"secp256r1_sha-256_tai_ietf_rfc_9381",
108108
);

0 commit comments

Comments
 (0)