package
12.2.4
Repository: https://github.com/servprotocolorg/serv.git
Documentation: pkg.go.dev

# Functions

EthSecp256k1Option defines a function keys options for the ethereum Secp256k1 curve.

# Constants

AppName defines the Ledger app used for signing.

# Variables

CreatePubkey uses the ethsecp256k1 pubkey with Ethereum address generation and keccak hashing.
LedgerDerivation defines our Ledger Go derivation (Ethereum app with EIP-712 signing).
SkipDERConversion represents whether the signed Ledger output should skip conversion from DER to BER.
SupportedAlgorithms defines the list of signing algorithms used on our chain: - eth_secp256k1 (Ethereum).
SupportedAlgorithmsLedger defines the list of signing algorithms used on our chain for the Ledger device: - secp256k1 (in order to comply with Cosmos SDK) The Ledger derivation function is responsible for all signing and address generation.