]> git.codecow.com Git - Monocypher.git/commitdiff
Comment nitpick
authorLoup Vaillant <loup@loup-vaillant.fr>
Mon, 9 Mar 2020 23:00:55 +0000 (00:00 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Mon, 9 Mar 2020 23:00:55 +0000 (00:00 +0100)
src/monocypher.c

index e7ab1492519646e6b85c1757f261e4993b771c20..8fe197ac3a80670680939912c02c54def19907f8 100644 (file)
@@ -1567,7 +1567,7 @@ static void ge_tobytes(u8 s[32], const ge *h)
 
 // h = s, where s is a point encoded in 32 bytes
 //
-// Variable time! Inputs must not be secret!
+// Variable time! Internal buffers are not wiped! Inputs must not be secret!
 // => Use only to *check* signatures.
 //
 // From the specifications: