-
Notifications
You must be signed in to change notification settings - Fork 2k
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
pkg/relic: bump to current master #17161
Conversation
+#elif SEED == RIOTRND && defined(MODULE_RANDOM) | ||
+ | ||
+ random_bytes(buf,SEED_SIZE); | ||
+ void random_bytes(uint8_t *buf, size_t size); | ||
+ random_bytes(buf, RLC_RAND_SEED); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we try to send that patch upstream yet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no idea
I guess the nucleo-f303k8 and the nucleo-f334r8 don't fit anymore... |
1a1b13a
to
55d5cde
Compare
blacklisted and amended |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK, trusting @kaspar030 testing
Contribution description
This bumps relic to a current version.
The current one has a couple of compile errors with gcc 11, which are resolved upstream.
(unfortunately not in the latest release 0.50.0, so updating to master instead).
Some relic defines changed names, so the test needed an update. I verified each of the changes.
Testing procedure
I tested this on native and nrf52840dk using tests/pkg_relic.
Issues/PRs references