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 3730d2b commit a08d302
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions EIPS/eip-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,23 @@ Permitted Bitcoin Improvement Proposal URLs must anchor to a specific commit, an
^(https://github.com/bitcoin/bips/blob/[0-9a-f]{40}/bip-[0-9]+\.mediawiki)$
```

### 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

Links qualified with a Digital Object Identifier (DOI) may be included using the following syntax:
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)

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 a08d302

Please sign in to comment.