Skip to content

Commit

Permalink
EIP-7619: Add source for Falcon-512 algorithm
Browse files Browse the repository at this point in the history
Signed-off-by: eum602 <[email protected]>
  • Loading branch information
eum602 committed Feb 19, 2024
1 parent 9f3ff77 commit 7eaf55e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions EIPS/eip-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,22 @@ Permitted Yellow Paper URLs must anchor to a specific commit, and so must match
^(https://github\.com/ethereum/yellowpaper/blob/[0-9a-f]{40}/paper\.pdf)$
```

### PQClean

Links to PQClean (clean implementations of the post-quantum schemes that are in the NIST post-quantum project) may be included using normal markdown syntax, such as:

```markdown
[PQClean-Falcon-512](https://github.com/PQClean/PQClean/commit/8e220a87308154d48fdfac40abbb191ac7fce06a)
```

Which renders to:
[PQClean-Falcon-512](https://github.com/PQClean/PQClean/commit/8e220a87308154d48fdfac40abbb191ac7fce06a)

Permitted PQClean reference implementation URLs must anchor to a specific commit, and so must match this regular expression:

```regex
^(https://github.com/PQClean/PQClean/commit/[0-9a-f]{40})$
```

### Digital Object Identifier System

Expand Down
2 changes: 2 additions & 0 deletions EIPS/eip-7619.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ The advent of quantum computing threatens blockchain protocols and networks beca

## Specification

A clean implementation for Falcon-512 algorithm can be found at [PQClean-Falcon-512](https://github.com/PQClean/PQClean/commit/8e220a87308154d48fdfac40abbb191ac7fce06a)

Check failure on line 23 in EIPS/eip-7619.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

non-relative link or image

error[markdown-rel-links]: non-relative link or image --> EIPS/eip-7619.md | 23 | A clean implementation for Falcon-512 algorithm can be found at [PQClean-Falcon-512](https://github.com/PQClean/PQClean/commit/8e220a87308154d48fdfac40abbb191ac7fce06a) | = help: see https://ethereum.github.io/eipw/markdown-rel-links/

The precompiled signature verification function runs at address `0x65`. The required inputs are:

- `message` - an arbitrary nummber of bytes representing the message that was signed
Expand Down

0 comments on commit 7eaf55e

Please sign in to comment.