gnip44 0.0.71

gnostr: a git+nostr workflow utility
Documentation
1
2
3
4
5
6
7
8
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
```