tinycrypt

Crates.iotinycrypt
lib.rstinycrypt
version0.1.0
sourcesrc
created_at2024-06-26 16:05:42.532026
updated_at2024-06-26 16:05:42.532026
descriptionSmall & simple encryption library with minimal dependencies
homepage
repositoryhttps://github.com/Logan-010/tinycrypt
max_upload_size
id1284640
size8,021
Logan (Logan-010)

documentation

https://docs.rs/tinycrypt

README

tinycrypt

Small & simple rust encryption library

Tinycript aims to be a small dependency that gives you an encrypt function and a decrypt one. Simple as that. No bloat, no unnecesary dependencies (and featues), and no crazy API.

Uses Argon2 & Aes-gcm-siv for cryptography.

Commit count: 3

cargo fmt