EIPs icon indicating copy to clipboard operation
EIPs copied to clipboard

Add EIP: Precompile Falcon512 generic verifier

Open eum602 opened this issue 1 year ago • 11 comments

Propose to add a generic Postquantum signature verification algorithm based on Falcon-512.

eum602 avatar Feb 09 '24 02:02 eum602

File EIPS/eip-7619.md

Requires 1 more reviewers from @axic, @g11tech, @gcolvin, @lightclient, @samwilsn

eth-bot avatar Feb 09 '24 02:02 eth-bot

There is already draft EIP7592: Precompile for Falcon Signature Verification https://github.com/ethereum/EIPs/pull/8103/files

You may want to combine efforts for a Falcon signature verification precompile.

abcoathup avatar Feb 09 '24 03:02 abcoathup

The commit 0702f1d03eaa52c4c85e487edb73d6d008ac1377 (as a parent of 052c3bc7a299b8bee413fc4fea74d6c545f75580) contains errors. Please inspect the Run Summary for details.

github-actions[bot] avatar Feb 19 '24 20:02 github-actions[bot]

It looks like the implementation of Falcon is MIT licensed: https://github.com/PQClean/PQClean/blob/master/crypto_sign/falcon-512/clean/LICENSE

You could copy that directory into ../assets/eip-7619/ and link to it from your proposal.

SamWilsn avatar Mar 13 '24 18:03 SamWilsn

It looks like the implementation of Falcon is MIT licensed: https://github.com/PQClean/PQClean/blob/master/crypto_sign/falcon-512/clean/LICENSE

You could copy that directory into ../assets/eip-7619/ and link to it from your proposal.

Thank you will do that way @SamWilsn

eum602 avatar Mar 13 '24 18:03 eum602