Categorygithub.com/cryptix-network/go-secp256k1
modulepackage
0.0.7
Repository: https://github.com/cryptix-network/go-secp256k1.git
Documentation: pkg.go.dev

# README

go-secp256k1

# Functions

DeserializeSchnorrSignature deserializes a 64 byte serialized schnorr signature into a SchnorrSignature type.
DeserializeSchnorrSignatureFromSlice returns a SchnorrSignature type from a serialized signature slice.

# Constants

SerializedSchnorrSignatureSize defines the length in bytes of SerializedSchnorrSignature.

# Structs

SchnorrSignature is a type representing a Schnorr Signature.

# Type aliases

SerializedSchnorrSignature is a is a byte array representing the storage representation of a SchnorrSignature.