Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion EIPS/eip-7619.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The advent of quantum computing threatens blockchain protocols and networks beca

## Specification

A clean implementation for Falcon-512 algorithm was brought from PQClean: [PQClean-Falcon-512](../assets/eip-7619/pqclean-implementation/verify-signature.c)
A clean implementation for Falcon-512 algorithm was brought from the PQClean project.

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

Expand Down
2 changes: 0 additions & 2 deletions assets/eip-7619/pqclean-implementation/.gitignore

This file was deleted.

22 changes: 0 additions & 22 deletions assets/eip-7619/pqclean-implementation/Makefile

This file was deleted.

83 changes: 0 additions & 83 deletions assets/eip-7619/pqclean-implementation/api.h

This file was deleted.

Loading
Loading