Skip to content

nghuyenthevinh2000/bounty5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

bounty5

this is bounty 5 project for gnolang

Note

I checked the code of romelukaku and he changed much both in base source and base logic of gnokey. I see it as so dangerous in the long run.

I implement only ed25519 generation while preserving as much base code and base logic as I can.

I borrow Entropy functionality from romelukaku code.

I am not sure if romelukaku way or my way is better.

Installing

  1. Run install_gnokey.sh to install gnokey lib
bash install_gnokey.sh
  1. To add secp256k1 key using gnokey and custom entropy
gnokey add your_key_name_1 --type secp256k1 --entropy
  1. To add ed25519 key using gnokey and custom entorpy
gnokey add your_key_name_2 --type ed25519 --entropy

About

this is bounty project for gnolang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages