wildfunctions / cryptocoin

Explores cryptographic methods behind major cyptocurrencies (Bitcoin, Litecoin, etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Current features:

Bitcoin

  • Merkle Root verification from previous two child leaflets
  • Merkle Tree verification from initial child leaflets
  • Block Hash verification from block header
  • Methods for endianFlip, hexToBytes, bytesToHex, sha256, and double sha256

Needs

  • Methods for getting hash of transactions
  • Methods for verification of nonce
  • Litecoin equivalent implementation
  • Error checking for nearly all methods

About

Explores cryptographic methods behind major cyptocurrencies (Bitcoin, Litecoin, etc.)


Languages

Language:Java 100.0%