Files
2023-10-01 10:39:33 +13:00

9 lines
188 B
Markdown

Nostr NIP-44 encryption code
Can be used as a library in your project. Run `cargo doc` to document public interfaces.
To test and benchmark:
```
cargo test --release -- --nocapture
```