salsa(2): some formating fixes
This commit is contained in:
parent
7cf11db685
commit
876e19c652
1 changed files with 3 additions and 3 deletions
|
@ -41,15 +41,15 @@ structure, a
|
||||||
of
|
of
|
||||||
.I keylen
|
.I keylen
|
||||||
bytes, which should normally be
|
bytes, which should normally be
|
||||||
.BR SalsaKeylen (32),
|
.BR SalsaKeylen = 32 ,
|
||||||
a
|
a
|
||||||
.I iv
|
.I iv
|
||||||
or nonce of
|
or nonce of
|
||||||
.I ivlen
|
.I ivlen
|
||||||
bytes (can be
|
bytes (can be
|
||||||
.BR SalsaIVlen (8)
|
.BR SalsaIVlen = 8
|
||||||
or
|
or
|
||||||
.BR XSalsaIVlen (24)),
|
.BR XSalsaIVlen = 24 ,
|
||||||
set to all zeros if the
|
set to all zeros if the
|
||||||
.I iv
|
.I iv
|
||||||
argument is nil),
|
argument is nil),
|
||||||
|
|
Loading…
Reference in a new issue