]> git.codecow.com Git - Monocypher.git/commitdiff
Added comment
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 2 Nov 2019 19:48:45 +0000 (20:48 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 2 Nov 2019 19:48:45 +0000 (20:48 +0100)
tests/speed/speed-tweetnacl.c

index 8ce4ff381c60448269fc2e0b317aaa7ecc8f875d..fd29501b0f3a0879de6586e9c09f99010887d4a9 100644 (file)
@@ -3,6 +3,7 @@
 #include "tweetnacl.h"
 
 // TweetNaCl needs to link with this
+// Not really random, but we don't care for those benchmarks.
 void randombytes(u8 *stream, u64 size)
 {
     p_random(stream, (size_t)size);