-
Dear Botan community, I would like to be able to check Botan's implementation against the KAT that can be found here. Thank you for your help and happy holidays! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You would not necessarily remove the RNG but rather replace it with one that outputs exactly the bytes that the KAT expects. That is how we test Kyber against the KATs during the test suite: https://github.com/randombit/botan/blob/master/src/tests/test_kyber.cpp#L138-L147 |
Beta Was this translation helpful? Give feedback.
You would not necessarily remove the RNG but rather replace it with one that outputs exactly the bytes that the KAT expects. That is how we test Kyber against the KATs during the test suite: https://github.com/randombit/botan/blob/master/src/tests/test_kyber.cpp#L138-L147