Skip to content
Snippets Groups Projects
Commit c0fd1727 authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

tests/pkg_micro-ecc-with-hwrng: remove hwrng_init

Handled by periph_init now.
parent 29715a7e
No related branches found
No related tags found
No related merge requests found
...@@ -61,9 +61,6 @@ int main(void) ...@@ -61,9 +61,6 @@ int main(void)
printf("Testing %d random private key pairs and signature using HWRNG\n", TESTROUNDS); printf("Testing %d random private key pairs and signature using HWRNG\n", TESTROUNDS);
/* initialize hardware random number generator */
hwrng_init();
uint8_t l_private1[curve_size]; uint8_t l_private1[curve_size];
uint8_t l_private2[curve_size]; uint8_t l_private2[curve_size];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment