-
Notifications
You must be signed in to change notification settings - Fork 840
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
SP math: Functions declared but not exported #4179
Comments
@guidovranken , if you build with |
@guidovranken going back through old issues. I fixed this in PR #5868 |
Thanks but I was already testing these functions by compiling with Off-topic but I'm currently fuzzing these different bignum configurations: https://github.com/guidovranken/cryptofuzz/blob/master/docs/wolfcrypt.md Anything I should add? |
Hi Guido, I can't see a configuration with --enable-sp-asm. Thanks, |
@guidovranken , making sure you saw this feedback from Sean? We'd like SP math with assembly also tested. Thanks |
@dgarske @SparkiDev is there any difference between adding --enable-sp-asm and not? It seems that |
I depends on the platform. If you are building on Intel host ( |
When I compile wolfCrypt with SP math using these commands: https://github.com/guidovranken/cryptofuzz/blob/master/docs/wolfcrypt.md#sp-math
The following program compiles but fails to link:
This suggests that these functions are declared in the header files but not compiled into the library.
The text was updated successfully, but these errors were encountered: