https://github.com/roosoft/rust_schnorr_example
https://github.com/roosoft/rust_schnorr_example
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/roosoft/rust_schnorr_example
- Owner: RooSoft
- Created: 2022-12-23T14:11:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T23:59:22.000Z (over 3 years ago)
- Last Synced: 2025-10-14T17:32:23.102Z (9 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to execute
```bash
cargo run
```
If it displays SUCCESS, means the signature meets the test vector's condition
At the moment, you got to comment out the verify function, as it doesn't compile yet... HELP NEEDED