pq-code-package / mlkem-native

High-assurance, high-performance ML-KEM implementation for mobile, pc, and server targets
https://pq-code-package.github.io/mlkem-native/dev/bench/
Apache License 2.0
11 stars 9 forks source link

Allow overwriting mulcache size in native implementations #412

Open hanno-becker opened 6 days ago

hanno-becker commented 6 days ago

Currently, the poly(vec) mulcache has a fixed size that native implementations have to adhere to. This should be configurable, so that native implementation can (a) use a mulcache of a different size, or (b) not use one at all.