-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the "mk/ cw308t-stm32f3.mk" is imcomplete? #245
Comments
Dear Jian, The Regarding NTRU, you are probably also getting:
i.e., the code of the implementation is larger than the available flash (256 KiB). Not much we can do there. We could automatically skip those, but since NTRU is going to be deleted in #238 anyway, I think it is not needed unless other implementations are also affected. |
Actually, I'm fine with manually adding those to |
Dear Matthias, Thany you for your reply, that helps a lot. Best regards, Jian |
Let's keep this open until we have actually done something about it. |
Hi,
When I planned to compiled pqm4 for cw308t-stm32f3 platform, I met several problems such as "memory overflow" or something strange. I found many chioces in pqm4 is not suitable for cw308t-stm32f3, such as ntru*, dilithium*, but they are not included in the "mk/ cw308t-stm32f3.mk", so I 'm not sure if the errors is as expected.
To my best knowledge, I thought it is correct to add more choices into "mk/ cw308t-stm32f3.mk". For example, in dilithium's sign, a stack space exceeds 40KB(RAM in stm32f3) is needed, that means dilithium shouldn't be implemented in cw308t-stm32f3 platform.
Best regards, Jian
The text was updated successfully, but these errors were encountered: