Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions elliptic-curve/src/dev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@

pub mod mock_curve;

#[deprecated(
since = "0.14.0",
note = "import these types from the `dev::mock_curves` module"
)]
pub use mock_curve::*;

/// Write a series of `criterion`-based benchmarks for arithmetic on a projective curve point.
#[macro_export]
macro_rules! bench_projective {
Expand Down
Loading