X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fed25519%2Fsha512.c;h=45cbf9c99c28359a9a598597bac858016c1b2fee;hp=73c4bc13197f4ef86f6d8bc22c0682f6aae7d593;hb=902446edf822a32383c4fa4b7c13b83a568095ad;hpb=c1aaccb26739c0c513c9443dce57560349141687 diff --git a/src/ed25519/sha512.c b/src/ed25519/sha512.c index 73c4bc13..45cbf9c9 100644 --- a/src/ed25519/sha512.c +++ b/src/ed25519/sha512.c @@ -248,7 +248,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... :-) */