update submodules
This commit is contained in:
parent
14bdaa82f1
commit
31ccf6c31a
23 changed files with 37 additions and 17 deletions
1
CPP/shitcoin
Submodule
1
CPP/shitcoin
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 422737695bed9cf03e031853be15971e024f71d2
|
5
CPP/shitcoinkeys/MakeKey.sh
Executable file
5
CPP/shitcoinkeys/MakeKey.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
openssl ecparam -genkey -name secp256k1 -out $1.pem
|
||||
openssl ec -in $1.pem -text > $1.hex
|
Loading…
Add table
Add a link
Reference in a new issue