dcrec

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2019 License: ISC Imports: 0 Imported by: 76

Documentation

Index

Constants

View Source
const (
	// STEcdsaSecp256k1 specifies that the signature is an ECDSA signature
	// over the secp256k1 elliptic curve.
	STEcdsaSecp256k1 SignatureType = 0

	// STEd25519 specifies that the signature is an ECDSA signature over the
	// edwards25519 twisted Edwards curve.
	STEd25519 = 1

	// STSchnorrSecp256k1 specifies that the signature is a Schnorr
	// signature over the secp256k1 elliptic curve.
	STSchnorrSecp256k1 = 2
)

Variables

This section is empty.

Functions

This section is empty.

Types

type SignatureType

type SignatureType int

SignatureType defines a specific cryptographic signature and curve pair for use in transaction scripts and addresses.

Directories

Path Synopsis
edwards module
secp256k1 module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL