Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cache the result of ntt(t1 << D) in the verification op
t1 is part of the public key and thus independent of any other verification input. Precomputing it saves about 20% of verification runtime when performing more than a single verification with the same Botan::PK_Verifier. Co-Authored-By: Fabian Albert <[email protected]>
- Loading branch information