Skip to content

MartyEz/secp256k1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork of : https://github.com/ethereum/go-ethereum/tree/master/crypto/secp256k1

Add a function to retrieve pubKey from privKey using the secp256k1 elliptic curve

func GetPubkeyFromPrivkey(priv []byte) []byte

Add a function to retrieve compressed pubKey from privKey using the secp256k1 elliptic curve

func GetCompressedPubkeyFromPrivkey(priv []byte) []byte

Tests are included in secp256_test.go

About

Add functions to Go wrapper to retreive pubKey using libsecp256k1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published