//
pkg.gl
Category
github.com/anacrolix/torrent
mse
package
1.58.0
Repository:
https://github.com/anacrolix/torrent.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
15
Dependents
5
Files
562 SLOC
#
Packages
cmd
#
Functions
DefaultCryptoSelector
InitiateHandshake
InitiateHandshakeContext
ReceiveHandshake
ReceiveHandshakeEx
#
Constants
AllSupportedCrypto
CryptoMethodPlaintext
After header obfuscation, drop into plaintext.
CryptoMethodRC4
After header obfuscation, use RC4 for the rest of the stream.
#
Variables
ErrNoSecretKeyMatch
#
Structs
HandshakeResult
#
Type aliases
CryptoMethod
CryptoSelector
SecretKeyIter
A function that given a function, calls it with secret keys until it returns false or exhausted.