Skip to content

sennui/pink_crypto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pink Crypto

This is a collection of cryptographic tools that I use in my blockchains. Originally a part of the "Pink Fairy" blockchain.

It includes libraries for:

  • doing math over bitcoin's elliptic curve.

  • calculating a hash of erlang data structures.

  • doing proof of work on erlang data structures.

  • public/private cryptography.

  • a library for making multisig addresses, and making multiparty signatures for those addresses.

to install: sh install.sh

to try it out: sh start.sh

About

a wrapper for erlangs sha256 to make it useful for pink fairy blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 92.2%
  • Shell 7.8%