Skip to content
#

elliptic-curves

Here are 226 public repositories matching this topic...

Practical Cryptography for Developers: Hashes, MAC, Key Derivation, DHKE, Symmetric and Asymmetric Ciphers, Public Key Cryptosystems, RSA, Elliptic Curves, ECC, secp256k1, ECDH, ECIES, Digital Signatures, ECDSA, EdDSA

  • Updated Jan 25, 2021
  • CSS
omershlo
omershlo commented Oct 8, 2020

Thanks to @ra-- who raised this issue:

_I noticed that there were some unsafe unwrap calls/missing checks. E.g. https://github.com/ZenGo-X/curv/blob/master/src/elliptic/curves/secp256_k1.rs#L148 the scalar may be 0. Or here https://github.com/ZenGo-X/curv/blob/master/src/elliptic/curves/secp256_k1.rs#L160. Basically add, sub, mul, and invert should check whether the result is 0. For points, th

Improve this page

Add a description, image, and links to the elliptic-curves topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the elliptic-curves topic, visit your repo's landing page and select "manage topics."

Learn more