-
Notifications
You must be signed in to change notification settings - Fork 57
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
Wrong results when repeating in Raspberry Pi code. (fixed, not pushed yet) #33
Comments
this is due to my neglet of updating RPi example
try the above example and if it works, please report back (try as many iterators you like) |
i have some execution times dated 3-4 years ago |
Ah, Ok, it uses the same lib calls than the arduino code. |
yes, forgot to remove the Serial part :) need to changed to printf it used the framework #26 which combines nRF24L01+ antennas in mesh network and the crypto framework, but the code is outdated and not yet published @github |
issue will be closed after example code revision and change. |
Plain2 check
Execution after changing to 3 iterations
for (int i=0;i<3;i++){
in examples_Rpi/aes.cpp, line 22.Please pay attention to U character in first iteration (TEST TESU TEST TESU) and garbage in the other Plain2 strings.
I am measuring execution times to include cryptography in further work based on this one https://doi.org/10.1007/978-3-030-02852-7_16
Thank you again for creating and maintaining this library!
The text was updated successfully, but these errors were encountered: