sphincs / parallel-sphincsplus

This repository contains another implementation of the Sphincs+ postquantum signature system
Creative Commons Zero v1.0 Universal
3 stars 4 forks source link

Could we provide an init-update-final API? #2

Open sfluhrer opened 3 years ago

sfluhrer commented 3 years ago

One thing we could add for both the signer and the verifier is allow the application to provide the message in pieces using an init/update/final set of calls?

One issue with the signing part is that we'd need to implement one-pass signing (as otherwise we'd be forced to cache the entire signed message in memory).