Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQIsign #65

Open
cryptoquick opened this issue Sep 5, 2024 · 3 comments
Open

SQIsign #65

cryptoquick opened this issue Sep 5, 2024 · 3 comments

Comments

@cryptoquick
Copy link

Are you planning or would you be open to a SQIsign FFI implementation?
https://github.com/SQISign/the-sqisign

@thomwiggers
Copy link
Member

This repository integrates implementations that have been submitted to PQClean. Unfortunately, the SQISign implementation can't be added to PQClean without significant effort, since it depends on GMP and we don't allow external dependencies in PQClean. If we could get an implementation of SQISign that doesn't depend on GMP, we'd be very happy to merge it in PQClean and here.

@cryptoquick
Copy link
Author

Can you point out how PQClean handles bignum without using GMP?

@thomwiggers
Copy link
Member

It doesn't. Implementations are responsible for bringing their own (generally more specific and constant-time) implementations of arithmetic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants