Use Ed25519 keys.
[oweals/tinc.git] / src / sptps_speed.c
index 268e6c9bf0ce388af2cc269b635d6db1f10131fb..d9776b7ef2714086fe2397c67c1832b8b7fcdd86 100644 (file)
@@ -82,6 +82,10 @@ int main(int argc, char *argv[]) {
 
        crypto_init();
 
+       randomize(buf1, sizeof buf1);
+       randomize(buf2, sizeof buf2);
+       randomize(buf3, sizeof buf3);
+
        // Key generation
 
        fprintf(stderr, "Generating keys for %lg seconds: ", duration);