-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
expand ecdsa module to support another curve
- Loading branch information
1 parent
9fc8352
commit 920688e
Showing
5 changed files
with
417 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## ecdsa | ||
|
||
`ecdsa` module for V language. Its a wrapper on top of openssl ecdsa functionality. | ||
Its currently (expanded) to support the following curves: | ||
- NIST P-256 curve, commonly referred as prime256v1 or secp256r1 | ||
- NIST P-384 curve, commonly referred as secp384r1 | ||
- NIST P-521 curve, commonly referred as secp521r1 | ||
- A famous BITCOIN curve, commonly referred as secp256k1 |
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
Oops, something went wrong.