Skip to content

banyancomputer/tomb-crypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Common crypto operations shared between WASM & Native clients

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages