Skip to content

ahgperrin/KeyGeneration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Generate secp public key with private key

Technology C and Python.

We want to use the KeyGeneration.cpp module from KeyGenerator

To launch after git clone

cd KeyGenerator git submodule init git submodule update

make

Using python

Launch Python & import Key Class

  python3
  from KeyGeneration import Key

Instanciate Key

  key = Key()

Initialise Key with Private Key params

  key.initialize('4b8e29b9b0dddd58a709edba7d6df6c07ebdaf5653e325114bc5318c238f87f0')

Return Private Key

  key.getPublicKey()

Return Public Key

  key.getPrivateKey()

About

CPP/Python secp256k1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published