update submodules

This commit is contained in:
zontreck 2025-03-15 11:37:16 -07:00
parent 14bdaa82f1
commit 31ccf6c31a
23 changed files with 37 additions and 17 deletions

1
CPP/shitcoin Submodule

@ -0,0 +1 @@
Subproject commit 422737695bed9cf03e031853be15971e024f71d2

5
CPP/shitcoinkeys/MakeKey.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
openssl ecparam -genkey -name secp256k1 -out $1.pem
openssl ec -in $1.pem -text > $1.hex