[![Crates.io](https://img.shields.io/crates/v/monero-burn.svg)](https://crates.io/crates/monero-burn) [![Documentation](https://docs.rs/monero-burn/badge.svg)](https://docs.rs/monero-burn) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) Monero [Proof-of-Burn](https://eprint.iacr.org/2019/1096.pdf) === Library that generates and verifies proof-of-burn addresses for any tag. ## Usage The library can be built and tested using cargo: ``` cargo build ``` Run the CLI tool with: ``` cargo run -- cafecafe ```