Crates.io | volaris-tools |
lib.rs | volaris-tools |
version | 0.0.4 |
source | src |
created_at | 2024-06-25 21:07:46.267884 |
updated_at | 2024-08-31 18:53:22.098969 |
description | The libary that contains all workings and tools for volaris. |
homepage | https://github.com/volar-is/volaris |
repository | https://github.com/volar-is/volaris/tree/master/crates/volaris-tools |
max_upload_size | |
id | 1283876 |
size | 107,243 |
volaris-tools is a library used for managing the core logic behind volaris, and any applications that require easy integration with the volaris format.
volaris-tools is built on top of volaris-crypto - which uses modern, secure and audited1 AEADs for encryption and decryption.
You may find the audits for both AES-256-GCM and XChaCha20-Poly1305 on the NCC Group's website.
This library is implemented by volaris, a secure file encryption utility.
This crate was made to separate the logic away from the end-user application.