Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 289 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 289 Bytes

Tomb Crypt

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.

Usage

use tomb_crypt::prelude::*;

// TODO