Skip to content

Commit bc841b7

Browse files
authored
elliptic-curve: remove weierstrass module (#2005)
This code has been extracted into the `primeorder` crate: https://github.com/RustCrypto/elliptic-curves/tree/master/primeorder
1 parent b5e1446 commit bc841b7

File tree

2 files changed

+0
-130
lines changed

2 files changed

+0
-130
lines changed

elliptic-curve/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ pub mod ecdh;
9494
pub mod ops;
9595
#[cfg(feature = "sec1")]
9696
pub mod sec1;
97-
#[cfg(feature = "arithmetic")]
98-
pub mod weierstrass;
9997

10098
mod error;
10199
mod field;

elliptic-curve/src/weierstrass.rs

Lines changed: 0 additions & 128 deletions
This file was deleted.

0 commit comments

Comments
 (0)