Remove blank line
This commit is contained in:
parent
714bf75c6f
commit
508a04896d
@ -301,7 +301,6 @@ stream_ref_xor_ic(unsigned char *c, const unsigned char *m,
|
|||||||
chacha_keysetup(&ctx, k);
|
chacha_keysetup(&ctx, k);
|
||||||
chacha_ivsetup(&ctx, n, ic_bytes);
|
chacha_ivsetup(&ctx, n, ic_bytes);
|
||||||
chacha_encrypt_bytes(&ctx, m, c, mlen);
|
chacha_encrypt_bytes(&ctx, m, c, mlen);
|
||||||
|
|
||||||
sodium_memzero(&ctx, sizeof ctx);
|
sodium_memzero(&ctx, sizeof ctx);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user