| Crates.io | tinycrypt |
| lib.rs | tinycrypt |
| version | 0.1.0 |
| created_at | 2024-06-26 16:05:42.532026+00 |
| updated_at | 2024-06-26 16:05:42.532026+00 |
| description | Small & simple encryption library with minimal dependencies |
| homepage | |
| repository | https://github.com/Logan-010/tinycrypt |
| max_upload_size | |
| id | 1284640 |
| size | 8,021 |
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.