pub const LEN: usize = 65;
Expand description

The length of recoverable ECDSA signature. “github.com/decred/dcrd/dcrec/secp256k1/v3/ecdsa.SignCompact” outputs 65-byte signature – see “compactSigSize” ref. “avalanchego/utils/crypto.PrivateKeySECP256K1R.SignHash” ref. https://pkg.go.dev/github.com/ava-labs/avalanchego/utils/crypto#SECP256K1RSigLen ref. “secp256k1::constants::SCHNORR_SIGNATURE_SIZE” + 1