X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fed25519%2Fsha512.c;h=9cdf94d814c1f8157a0fc5dd2193b46d38e6ce83;hb=f86a5f1d70206321b01ec60f6a69f8cbf1a2b732;hp=13dc843653379998ea2406d79d2b2650d7584d76;hpb=f6e87ab476a0faf8b124ecaaa27f967d825e6457;p=tinc diff --git a/src/ed25519/sha512.c b/src/ed25519/sha512.c index 13dc8436..9cdf94d8 100644 --- a/src/ed25519/sha512.c +++ b/src/ed25519/sha512.c @@ -263,7 +263,7 @@ int sha512_final(sha512_context *md, void *vout) { md->curlen = 0; } - /* pad upto 120 bytes of zeroes + /* pad up to 120 bytes of zeroes * note: that from 112 to 120 is the 64 MSB of the length. We assume that you won't hash * > 2^64 bits of data... :-) */