Crates.io | mlo-chacha20-rs |
lib.rs | mlo-chacha20-rs |
version | 0.1.2 |
source | src |
created_at | 2023-04-10 18:21:37.138942 |
updated_at | 2023-05-12 03:17:47.865039 |
description | Freestanding ChaCha20 cypher |
homepage | https://ativarsoft.com |
repository | https://github.com/ativarsoft/mlo-chacha20-rs |
max_upload_size | |
id | 835343 |
size | 27,659 |
Freestanding ChaCha20 cypher.
mlo-chacha20-rs is a portable library written in Rust that implements the ChaCha20 encryption and decryption algorithm. This library can be used in freestanding environments that do not have the Rust standard library available or do not have the C standard library available. Examples of such environments are operating system kernels, embedded systems and consoles.
This library provides an external C API, therefore the ChaCha20 encryption and decryption funcions can be called from C or other languages.