mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Trim spaces
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user