sodium.ffi: fix source code formatting for consistency
parent
9c29759775
commit
682817bef8
|
@ -94,4 +94,4 @@ FUNCTION: int crypto_secretbox_open_detached (
|
|||
uchar* m, uchar* c, uchar* mac, ulonglong clen,
|
||||
uchar* n, uchar* k )
|
||||
FUNCTION: void crypto_secretbox_keygen (
|
||||
uchar k[crypto_secretbox_KEYBYTES] )
|
||||
uchar k[crypto_secretbox_keybytes] )
|
||||
|
|
Loading…
Reference in New Issue