pqcrypto icon indicating copy to clipboard operation
pqcrypto copied to clipboard

SQIsign

Open cryptoquick opened this issue 1 year ago • 3 comments
trafficstars

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

cryptoquick avatar Sep 05 '24 01:09 cryptoquick

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.

thomwiggers avatar Sep 05 '24 06:09 thomwiggers

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

cryptoquick avatar Sep 05 '24 18:09 cryptoquick

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

thomwiggers avatar Sep 05 '24 19:09 thomwiggers