Discover Packages
github.com/hlee4real/verify-signed-message
internal
signature
package
Version:
v0.0.0-...-87d9e2e
Opens a new window with list of versions in this module.
Published: Jan 2, 2024
License: ISC
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
ParseCompact attempts to recover the ecdsa.Signature from the provided
compact signature. The logic for this was taken from `ecdsa.RecoverCompact`
as it is not exposed publicly.
func Verify(signatureEncoded []byte , publicKey *btcec.PublicKey, messageHash []byte ) error
Verify ensures that the signature for the message hash is valid for the public key given.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.