package
0.0.0-20241010212049-faadec19dd92
Repository: https://github.com/xmtp/xmtp-node-go.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
EtherHash implements the Ethereum hashing standard used to create signatures.
GenerateKey generates a Secp256k1 key pair.
No description provided by the author
PrivateKeyFromBytes converts from a byte slice to a PrivateKey Type.
PublicKeyFromBytes converts from a byte slice to a PublicKey type.
PublicKeyToAddress converts a public key to a wallet address.
RecoverWalletAddress calculates the WalletAddress of the identity which was used to sign the given message.
Sign generates a signature for the unhashed message provided.
SignatureFromBytes converts from a byte slice to a Signature type.
SignDigest generates an RFC1363 formatted signature for the provided digest.
Verify evaluates a Secp256k1 signature to determine if the message provided was signed by the given publics corresponding private key.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author