An open API service indexing awesome lists of open source software.

https://github.com/roosoft/rust_schnorr_example


https://github.com/roosoft/rust_schnorr_example

Last synced: 8 days ago
JSON representation

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