Utility library for utlizing EC encryption keys for:
- Sharing Symmetric Keys / Secrets
- Writing And Authenticating JWTs
Supports both Native Rust and WASM. Note WASM is meant for use in the browser, not NodeJS.
use tomb_crypt::prelude::*;
// TODO
8000