Skip to content

Various cryptographic calculations related to Monero

License

Notifications You must be signed in to change notification settings

jackenbaer/monero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains Python code that performs various cryptographic calculations related to Monero. Monero is an open-source cryptocurrency that focuses on privacy, decentralization, and scalability. Feel free to use it for developing monero specific task in another programming language and check at which part something went wrong. Take a look at test_monero_crypto.py to get correct testing data for your functions.

Features

  • Key generation
  • Calculating and verifying stealth addresses
  • Calculating subaddresses
  • Checking stealth addresses for ownership
  • Calculating key images
  • Decrypting encrypted amounts using sender Pedersen commitments

Dependencies

pip install pysha3

Disclaimer

This code is provided for educational and informational purposes only. The authors and contributors are not responsible for any potential issues, loss of funds, or other consequences resulting from the use of this code. Always exercise caution when dealing with cryptocurrencies and make sure to properly secure your private keys.

About

Various cryptographic calculations related to Monero

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages