mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-26 19:57:13 +09:00
Indent
This commit is contained in:
@@ -62,7 +62,8 @@ crypto_box_easy(unsigned char *c, const unsigned char *m,
|
||||
int
|
||||
crypto_box_open_detached_afternm(unsigned char *m, const unsigned char *c,
|
||||
const unsigned char *mac,
|
||||
unsigned long long clen, const unsigned char *n,
|
||||
unsigned long long clen,
|
||||
const unsigned char *n,
|
||||
const unsigned char *k)
|
||||
{
|
||||
return crypto_secretbox_open_detached(m, c, mac, clen, n, k);
|
||||
|
||||
Reference in New Issue
Block a user