# 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.