Writting some Bitcoin
-
NanoBtcLibrary:
Go: Wrote some Bitcoin functions in golang while while having a fast read forProgramming Bitcoin: Learn How to Program Bitcoin from Scratch (O'Reilly Media; 1 edition (March 5, 2019)
!
Python: Trying to focus more on theProgramming Bitcoin: Learn How to Program Bitcoin from Scratch (O'Reilly Media; 1 edition (March 5, 2019)
book while having my second read for it! -
Hash-based Signature Schemes:
An implementation of Lamport signatures which are quantum robust using Golang! -
PowName:
Simple Proof of Work that mines my name too :) -
GoCatena: an efficiently-verifiable Bitcoin witnessing scheme. Catena enables any number of thin clients, such as mobile phones, to efficiently agree on a log of applicationspecific statements managed by an adversarial server, the paper can be found here!
-
PBKDF2:
An implementaion for Password-Based Key Derivation Function which is used in HD wallets -
Schnorr:
standard 64-byte Schnorr signature scheme over the elliptic curve secp256k1 using Go