Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed Apr 4, 2024
1 parent 965d234 commit 4d4f13a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ and enjoy using the same handy primitives `Point<YOUR_EC>`, `Scalar<YOUR_EC>`, a
* `all-curves` enables all supported curves
* `serde` enables points/scalar (de)serialization support. (enabled by default)
* `std` enables support of standard library (enabled by default)
* `wasm` eanbles support for `wasm32-unknown-unknown` target

## Examples

Expand Down
1 change: 0 additions & 1 deletion generic-ec/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
//! * `all-curves` enables all supported curves
//! * `serde` enables points/scalar (de)serialization support. (enabled by default)
//! * `std` enables support of standard library (enabled by default)
//! * `wasm` eanbles support for `wasm32-unknown-unknown` target
//!
//! ## Examples
//!
Expand Down

0 comments on commit 4d4f13a

Please sign in to comment.