Skip to content

haskell-monero/monero-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

updated
2018-11-17

monero-kit

Monero is a cryptoasset focused on fungibility. It maintains state using a proof-of-work blockchain secured by CryptoNightV7 mining. Unlike most other projects, the Monero blockchain is opaque and transactions encrypt the recipient and amounts; and obfuscate the spent output. This requires cryptography that combines ring signatures, Confidential Transactions, and efficient range proofs (Bulletproofs).

The library includes:

  • Implementations of ring signatures and bulletproofs
  • Data structures: network protocol, addresses, blocks, and transactions
  • Transaction composition API
  • Transaction signing under a signature oracle
  • Transaction (de)serialization to wire format
  • Owned output detection

About

A Haskell implementation of Monero primitives

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published