forked from ethereum/EIPs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EIP-7619: Add source for Falcon-512 algorithm
Signed-off-by: eum602 <[email protected]>
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 GitHub Actions / EIP Walidatornon-relative link or image
|
||
|
||
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 | ||
|