]> git.codecow.com Git - Monocypher.git/commitdiff
Cosmetic (whitespace)
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 1 Dec 2019 11:01:07 +0000 (12:01 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 1 Dec 2019 11:01:07 +0000 (12:01 +0100)
src/optional/ed25519.c

index 39b47b134f276c96c9b2a902d9780d2d5b756529..cc1da19b68750ba1ec914529ce78cd0ffc4ebbe8 100644 (file)
@@ -225,7 +225,7 @@ const crypto_hash_vtable crypto_sha512_vtable = {
     sha512_vtable_init,
     sha512_vtable_update,
     sha512_vtable_final,
-    sizeof (crypto_sign_sha512_ctx),
+    sizeof(crypto_sign_sha512_ctx),
 };
 
 ///////////////