]> git.meshlink.io Git - meshlink/blobdiff - src/ed25519/sha512.c
Fix spelling errors.
[meshlink] / src / ed25519 / sha512.c
index 73c4bc13197f4ef86f6d8bc22c0682f6aae7d593..45cbf9c99c28359a9a598597bac858016c1b2fee 100644 (file)
@@ -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... :-)
         */