-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add FieldBits impl for Secp256r1 & remove
utils
module (#123)
* chore: Move fe_from_str to integr tests It doesn't make much sense to have a `utils` module which in reality just has one function that only integration tests require. So, chore: Move `fe_from_str` to integration tests file removing code from the lib itself. * fix: Include field_bits! macro impl for Secp256r1/Fq
- Loading branch information
Showing
4 changed files
with
20 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,6 @@ pub mod secp256k1; | |
pub mod secp256r1; | ||
pub mod secq256k1; | ||
|
||
pub mod utils; | ||
|
||
#[macro_use] | ||
mod derive; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.