mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-26 19:57:13 +09:00
Trim empty lines
This commit is contained in:
@@ -241,7 +241,6 @@ crypto_secretstream_xchacha20poly1305_statebytes(void)
|
||||
return sizeof(crypto_secretstream_xchacha20poly1305_state);
|
||||
}
|
||||
|
||||
|
||||
size_t
|
||||
crypto_secretstream_xchacha20poly1305_abytes(void)
|
||||
{
|
||||
@@ -254,7 +253,6 @@ crypto_secretstream_xchacha20poly1305_initbytes(void)
|
||||
return crypto_secretstream_xchacha20poly1305_INITBYTES;
|
||||
}
|
||||
|
||||
|
||||
size_t
|
||||
crypto_secretstream_xchacha20poly1305_keybytes(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user