Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ML-KEM/Kyber: fix kyber_prf() for when no AVX2
When no AVX2 available, kyber_prf() is called to produce more than one SHAKE-256 blocks worth of ouput. Otherwise only one block is needed. Changed function to support an outlen of greater than one block.
- Loading branch information