Versions in this module Expand all Collapse all v1 v1.0.1 Nov 21, 2023 v1.0.0 Nov 6, 2023 Changes in this version + const C_AuthorizeCode + const C_AuthorizeID + const C_SelfID + const C_Web2Address + const C_Web2Data + const C_Web2NetPublic + 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 struct + SelfAddress string + TOTPKey []byte + VerifyNonce int64 + Web2DHKey []byte + Web2Public []byte + Web3Public []byte + WebAuthnKey []byte