Documentation ¶
Index ¶
- Constants
- func Web2Decode(privateKey *ecdsa.PrivateKey, publicKey *ecdsa.PublicKey, data string, ...) error
- func Web2DecodeEx(privateKey *ecdsa.PrivateKey, public, data string, ptrObject any) error
- func Web2Encode(priavateKey *ecdsa.PrivateKey, publicKey *ecdsa.PublicKey, data any) (string, error)
- func Web2EncodeEx(priavateKey *ecdsa.PrivateKey, public string, data any) (string, error)
- type Web2Data
Constants ¶
View Source
const ( C_SelfID = "SelfID" C_Web2Data = "Web2Data" C_Web2Address = "Web2Address" C_AuthorizeID = "AuthorizeID" C_AuthorizeCode = "AuthorizeCode" C_Web2NetPublic = "Web2NetPublic" )
Variables ¶
This section is empty.
Functions ¶
func Web2Decode ¶
func Web2DecodeEx ¶
func Web2DecodeEx(privateKey *ecdsa.PrivateKey, public, data string, ptrObject any) error
func Web2Encode ¶
func Web2EncodeEx ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.