diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-19 13:02:12 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-19 13:02:12 +0100 |
commit | 876e19c652295e75b72cba56df684df4cfc18995 (patch) | |
tree | 1db69b3dbd3c5a1c8588a321799334db7e0d1edb /sys/man | |
parent | 7cf11db685832db42b6cbb33f9eca99db6ff4fcf (diff) |
salsa(2): some formating fixes
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/2/salsa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/man/2/salsa b/sys/man/2/salsa index 6947b8df8..fd57be357 100644 --- a/sys/man/2/salsa +++ b/sys/man/2/salsa @@ -41,15 +41,15 @@ structure, a of .I keylen bytes, which should normally be -.BR SalsaKeylen (32), +.BR SalsaKeylen = 32 , a .I iv or nonce of .I ivlen bytes (can be -.BR SalsaIVlen (8) +.BR SalsaIVlen = 8 or -.BR XSalsaIVlen (24)), +.BR XSalsaIVlen = 24 , set to all zeros if the .I iv argument is nil), |