package
0.0.0-20230816035547-f94ef0f6cb83
Repository: https://github.com/digitallabs-web3/neo-go-evm.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
NEP2Decrypt decrypts an encrypted key using a given passphrase under the NEP-2 standard.
NEP2Encrypt encrypts a the PrivateKey using a given passphrase under the NEP-2 standard.
NEP2ScryptParams returns scrypt parameters specified in the NEP-2.
NewPrivateKey creates a new random Secp256k1 private key.
No description provided by the author
No description provided by the author
NewPrivateKeyFromHex returns a Secp256k1 PrivateKey created from the given hex string.
No description provided by the author
NewPublicKeyFromBytes returns public key created from b using given EC.
NewPublicKeyFromString returns a public key created from the given hex string.
NewPublicKeysFromStrings converts an array of string-encoded P256 public keys into an array of Parameters.

# Constants

MaxMultiSigCount.
SignatureLen is the length of standard signature for 256-bit EC key.

# Structs

No description provided by the author
ScryptParams is a json-serializable container for scrypt KDF parameters.

# Type aliases

PublicKey represents a public key and provides a high level API around ecdsa.PublicKey.
Parameters is a list of public keys.