-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1948dba
commit f54ce29
Showing
1 changed file
with
4 additions
and
2 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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Elliptic curve cryptography found in this namespace is implemented by using https://github.com/bitcoin-core/secp256k1 | ||
Note that almost all names are changed to match Autarkysoft's naming convention and parts of the code is modified | ||
for improved performance. | ||
|
||
Almost all names are changed to match Autarkysoft's naming convention and parts of the code is modified | ||
for improved performance. | ||
In all the code here the existing `DEBUG` build configuration is used instead of defining a new one called `VERIFY`. |