| Crates.io | wownero |
| lib.rs | wownero |
| version | 0.1.2 |
| created_at | 2022-07-02 22:17:06.41409+00 |
| updated_at | 2022-07-02 23:08:55.905501+00 |
| description | Rust Wownero Library. |
| homepage | https://github.com/Boog900/wownero-rs |
| repository | https://github.com/Boog900/wownero-rs |
| max_upload_size | |
| id | 618015 |
| size | 270,256 |
Library with support for de/serialization on block data structures and key/address generation and scanning related to Wownero cryptocurrency.
Supports (or should support)
serdeCurrently can be found on docs.rs/wownero. Patches to add usage examples and to expand on existing docs would be extremely appreciated.
serdeThe serde feature enables implementation of serde on serializable types across the library.
experimentalThe experimental feature enable the method signature_hash in Transaction, the method computes the message to be signed by the CLSAG signature algorithm. This method is featured as experimental at the moment because it lacks reviews and tests.
Contributions are generally welcome. If you intend to make larger changes please discuss them in an issue before PRing them to avoid duplicate work and architectural mismatches.
See CHANGELOG.md and RELEASING.md.
This started because I have too much free time.
The code in this project is licensed under the MIT License