Skip to content

Commit

Permalink
missing reference to [HAM15] fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubois-crypto committed Aug 26, 2023
1 parent 4e23e0c commit 9c7b936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-665.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The addition of a native compiled function, in a precompiled contract, to the EV

## Motivation

Ed25519 and Ed448 (that is, EdDSA using Curve25519 or Curve448) are [IETF] recommendations ([RFC7748]) with some attractive properties:
Ed25519 and Ed448 (that is, EdDSA using [Curve25519][Be06] or [Curve448][Ham15]) are [IETF] recommendations ([RFC7748]) with some attractive properties:

* Ed25519 is intended to operate at around the 128-bit security level and Ed448 at around the 224-bit security level
* EdDSA uses small public keys (32 or 57 octets) and signatures (64 or 114 octets) for Ed25519 and Ed448, respectively
Expand Down Expand Up @@ -173,7 +173,7 @@ While MPC schemes based on ECDSA suffered several 0-Day attacks, Schnorr is used
* [FIPS 186-5] Digital Signature Standard (DSS).
* [RFC7748] Elliptic Curves for Security
* [RFC8032] Edwards-Curve Digital Signature Algorithm (EdDSA)
* [Ham06] Hamburg, M., "Ed448-Goldilocks, a new elliptic curve", June 2015
* [Ham15] Hamburg, M., "Ed448-Goldilocks, a new elliptic curve", June 2015
* [IETF] Test vectors for Ed25519
* [NaCl] Networking and Cryptography library
* [RFC8080] Edwards-Curve Digital Security Algorithm (EdDSA) for DNSSEC
Expand Down

0 comments on commit 9c7b936

Please sign in to comment.