Documentation ¶
Index ¶
- Constants
- func CreateAccount(password string) string
- func FindBestNode(nodesStr string) string
- func GenAesKey(priKey []byte, peerID string) []byte
- func GenPriKey(cipherTxt, address, password string) []byte
- func LoadDomain(url string) string
- func LoadNodes() string
- func TestAes(priKey []byte, iv []byte, data []byte) []byte
- func VerifyAccount(cipherTxt, address, password string) bool
- func VerifyLicense(license string) bool
Constants ¶
View Source
const ( Separator = "@@@" DefaultDomainUrl = "https://raw.githubusercontent.com/proton-lab/quantum/master/gfw.torrent" )
Variables ¶
This section is empty.
Functions ¶
func CreateAccount ¶
func FindBestNode ¶
func LoadDomain ¶
func VerifyAccount ¶
func VerifyLicense ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.