Kyber Ref Implementation Doubts - dead code ? #1756
Closed
ram-singh-git
started this conversation in
General
Replies: 1 comment 1 reply
-
I suggest that you raise this with the PQCrystals team. We simply pull their implementation into |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I was analyzing Kyber768 ref code and have few doubts
Can this line be reached : https://github.com/open-quantum-safe/liboqs/blob/main/src/kem/kyber/pqcrystals-kyber_kyber512_ref/indcpa.c#L185 ?
GEN_MATRIX_NBLOCKS is 3 that makes off ( @ https://github.com/open-quantum-safe/liboqs/blob/main/src/kem/kyber/pqcrystals-kyber_kyber512_ref/indcpa.c#L184) always 0.
v ← NTT−1(ˆt⊺ ◦ rˆ) +e2 + µ
However, i cannot seem to understand where is "t" transposed in the code :(
Please feel free to correct me incase I missed something ?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions