# Functions
.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Encrypt encrypts a message using ECIES as specified in SEC 1, 5.1.
No description provided by the author
No description provided by the author
Generate an elliptic curve public / private keypair.
Import an ECDSA private key as an ECIES private key.
Import an ECDSA public key as an ECIES public key.
MaxSharedKeyLength returns the maximum length of the shared key the public key can produce.
以下为从以太坊源码/crypt/ecies/params.go中截取过来.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
PrivateKey is a representation of an elliptic curve private key.
PublicKey is a representation of an elliptic curve public key.