mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Indent
This commit is contained in:
@@ -1,16 +1,19 @@
|
||||
#include "crypto_stream_aes128ctr.h"
|
||||
|
||||
size_t
|
||||
crypto_stream_aes128ctr_keybytes(void) {
|
||||
crypto_stream_aes128ctr_keybytes(void)
|
||||
{
|
||||
return crypto_stream_aes128ctr_KEYBYTES;
|
||||
}
|
||||
|
||||
size_t
|
||||
crypto_stream_aes128ctr_noncebytes(void) {
|
||||
crypto_stream_aes128ctr_noncebytes(void)
|
||||
{
|
||||
return crypto_stream_aes128ctr_NONCEBYTES;
|
||||
}
|
||||
|
||||
size_t
|
||||
crypto_stream_aes128ctr_beforenmbytes(void) {
|
||||
crypto_stream_aes128ctr_beforenmbytes(void)
|
||||
{
|
||||
return crypto_stream_aes128ctr_BEFORENMBYTES;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user