Trim empty lines
This commit is contained in:
parent
75cfcf208c
commit
e236df63e1
@ -241,7 +241,6 @@ crypto_secretstream_xchacha20poly1305_statebytes(void)
|
|||||||
return sizeof(crypto_secretstream_xchacha20poly1305_state);
|
return sizeof(crypto_secretstream_xchacha20poly1305_state);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
size_t
|
size_t
|
||||||
crypto_secretstream_xchacha20poly1305_abytes(void)
|
crypto_secretstream_xchacha20poly1305_abytes(void)
|
||||||
{
|
{
|
||||||
@ -254,7 +253,6 @@ crypto_secretstream_xchacha20poly1305_initbytes(void)
|
|||||||
return crypto_secretstream_xchacha20poly1305_INITBYTES;
|
return crypto_secretstream_xchacha20poly1305_INITBYTES;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
size_t
|
size_t
|
||||||
crypto_secretstream_xchacha20poly1305_keybytes(void)
|
crypto_secretstream_xchacha20poly1305_keybytes(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user