eckr

package module
v0.0.0-...-d1f46d9 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2017 License: Apache-2.0 Imports: 4 Imported by: 1

README

Elliptic Curve Key Recovery (golang lib)

This library lets you derive the public keys from a hash and an ecdsa signature over it

Documentation

Overview

Package eckr is for Elliptic Curve Public Key Recovery

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RecoverPublicKeys

func RecoverPublicKeys(curve elliptic.Curve, hash []byte, r, s *big.Int) ([]ecdsa.PublicKey, error)

RecoverPublicKeys calculates two public keys that may have signed(r,s) the hash.

Types

This section is empty.

Jump to

Keyboard shortcuts

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