Skip to content

Commit

Permalink
Fix broken links to secg.org in resources.txt (related to issue #15).
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidEGrayson committed Oct 6, 2019
1 parent 5516078 commit d10d9d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions resources.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Good resources for learning about ECDSA:

http://www.secg.org/collateral/sec1_final.pdf
http://www.secg.org/collateral/sec2_final.pdf
https://www.secg.org/
http://csrc.nist.gov/groups/ST/toolkit/documents/dss/NISTReCur.pdf
http://csrc.nist.gov/groups/ST/toolkit/documents/Examples/ECDSA_Prime.pdf
http://csrc.nist.gov/publications/fips/fips186-3/fips_186-3.pdf
Expand All @@ -13,4 +12,4 @@ Further resources for handling compressed coordinates:
BN_mod_sqrt in OpenSSL:
https://github.com/openssl/openssl/blob/a898936218bc279b5d7cdf76d58a25e7a2d419cb/crypto/bn/bn_sqrt.c#L62
secp256k1_fe_sqrt in bitcoin's secp256k1 library:
https://github.com/bitcoin/secp256k1/blob/8b3263b638b19a1e39509dcb04bbfc2e9048a7a2/src/field_impl.h#L65
https://github.com/bitcoin/secp256k1/blob/8b3263b638b19a1e39509dcb04bbfc2e9048a7a2/src/field_impl.h#L65

0 comments on commit d10d9d4

Please sign in to comment.