You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Keil version is V5.33. When I try to compile the kyber748 project alone, a lot of errors appear:(12): error: invalid instruction :ubfx.w tmp, tmp4, #0, #12;(4): error: too many operands for instruction ldrh.w tmp2, [aptr], #6;...........................My compile options are "Assembler option = armclang(Auto select) ".
The text was updated successfully, but these errors were encountered:
I'm not familiar with the Keil toolchain, I guess they have a Clang based compiler? I think most assembly files assume a GCC/Binutiles based tool chain. Which MCU are you targeting?
I want to know if anyone has tested the performance of Kyber and Dilithium in the M4 environment, and what can be achieved in the M4 environment? This includes key pair generation, encapsulation, decapsulation, signing, signature verification, etc. Has anyone done relevant tests that you can share with me?
I want to know if anyone has tested the performance of Kyber and Dilithium in the M4 environment, and what can be achieved in the M4 environment? This includes key pair generation, encapsulation, decapsulation, signing, signature verification, etc. Has anyone done relevant tests that you can share with me?
All the information you are looking for can be found in https://github.com/mupq/pqm4/blob/master/benchmarks.md
I have received your question by e-mail less than 8 hours ago and there is no need to post the same on in multiple unrelated threads on Github.
My Keil version is V5.33. When I try to compile the kyber748 project alone, a lot of errors appear:(12): error: invalid instruction :ubfx.w tmp, tmp4, #0, #12;(4): error: too many operands for instruction ldrh.w tmp2, [aptr], #6;...........................My compile options are "Assembler option = armclang(Auto select) ".
The text was updated successfully, but these errors were encountered: