Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Signature ¶
Signature representates the signature pair (r,s)
func CreateSignature ¶
func CreateSignature(data []byte, privateKey *ecdsa.PrivateKey) (Signature, error)
CreateSignature creates a signature over data with the provided private Key.
func ParseSignature ¶
ParseSignature parses base64 encoded signature: base64(r|s)
Click to show internal directories.
Click to hide internal directories.