mirror of
https://github.com/mikedilger/nip44.git
synced 2026-07-04 05:57:29 +00:00
9 lines
188 B
Markdown
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
|
|
```
|