Trim spaces

This commit is contained in:
Frank Denis 2017-02-24 19:23:55 +01:00
parent 8fb5918fb6
commit 0a5a40de5b

View File

@ -25,7 +25,7 @@ main(void)
printf("\n");
}
assert(crypto_shorthash_siphashx24_KEYBYTES >= crypto_shorthash_siphash24_KEYBYTES);
assert(crypto_shorthash_siphashx24_BYTES > crypto_shorthash_siphash24_BYTES);
assert(crypto_shorthash_siphashx24_BYTES > crypto_shorthash_siphash24_BYTES);
assert(crypto_shorthash_siphashx24_bytes() == crypto_shorthash_siphashx24_BYTES);
assert(crypto_shorthash_siphashx24_keybytes() == crypto_shorthash_siphashx24_KEYBYTES);