modulepackage
1.1.1
Repository: https://github.com/thinkiumgroup/go-cipher.git
Documentation: pkg.go.dev
# README
go-cipher
# Functions
CompressPubkey encodes a public key to the 33-byte compressed format.
DecompressPubkey parses a public key in the 33-byte compressed format.
Ecrecover returns the uncompressed public key that created the given signature.
No description provided by the author
No description provided by the author
create a signer of the specified type.
No description provided by the author
S256 returns an instance of the secp256k1 curve.
Sign calculates an ECDSA signature.
No description provided by the author
No description provided by the author
No description provided by the author
ValidateSignatureValues verifies whether the signature values are valid with the given chain rules.
VerifySignature checks that the given public key created signature over hash.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author