diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-19 13:06:22 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-19 13:06:22 +0100 |
commit | 7cfe4aef3c85aee813c2d3e712f94a319abba1c3 (patch) | |
tree | ba3526b53312b36b708b87716be4ab5857914b52 /sys/man/2 | |
parent | 876e19c652295e75b72cba56df684df4cfc18995 (diff) |
salsa(2): fix source reference
Diffstat (limited to 'sys/man/2')
-rw-r--r-- | sys/man/2/salsa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/2/salsa b/sys/man/2/salsa index fd57be357..1b6a47c16 100644 --- a/sys/man/2/salsa +++ b/sys/man/2/salsa @@ -95,7 +95,7 @@ is a key expansion function that takes a 128 or 256-bit key and a 128-bit nonce and produces a new 256-bit key. .SH SOURCE -.B /sys/src/libsec/salsa.c +.B /sys/src/libsec/port/salsa.c .SH SEE ALSO .IR chacha (2) .br |