You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
581 B
25 lines
581 B
1 week ago
|
From cf64376e6c52aa7b0b764c6561c70e83947d9aa7 Mon Sep 17 00:00:00 2001
|
||
|
From: Fabio Valentini <decathorpe@gmail.com>
|
||
|
Date: Mon, 5 Feb 2024 14:52:47 +0100
|
||
|
Subject: [PATCH] remove references to code related to the p434 curve
|
||
|
|
||
|
---
|
||
|
src/lib.rs | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/src/lib.rs b/src/lib.rs
|
||
|
index d6428f0..6dde59e 100644
|
||
|
--- a/src/lib.rs
|
||
|
+++ b/src/lib.rs
|
||
|
@@ -15,7 +15,6 @@ pub mod p384_32;
|
||
|
pub mod p384_64;
|
||
|
pub mod p384_scalar_32;
|
||
|
pub mod p384_scalar_64;
|
||
|
-pub mod p434_64;
|
||
|
pub mod p448_solinas_32;
|
||
|
pub mod p448_solinas_64;
|
||
|
pub mod p521_32;
|
||
|
--
|
||
|
2.43.0
|
||
|
|