mirror of
https://github.com/fatedier/frp.git
synced 2026-03-24 17:18:22 +08:00
using glide
This commit is contained in:
2
vendor/golang.org/x/crypto/salsa20/salsa20.go
generated
vendored
2
vendor/golang.org/x/crypto/salsa20/salsa20.go
generated
vendored
@@ -19,7 +19,7 @@ This package also implements XSalsa20: a version of Salsa20 with a 24-byte
|
||||
nonce as specified in http://cr.yp.to/snuffle/xsalsa-20081128.pdf. Simply
|
||||
passing a 24-byte slice as the nonce triggers XSalsa20.
|
||||
*/
|
||||
package salsa20
|
||||
package salsa20 // import "golang.org/x/crypto/salsa20"
|
||||
|
||||
// TODO(agl): implement XORKeyStream12 and XORKeyStream8 - the reduced round variants of Salsa20.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user