mlo-chacha20-rs

Crates.iomlo-chacha20-rs
lib.rsmlo-chacha20-rs
version0.1.2
sourcesrc
created_at2023-04-10 18:21:37.138942
updated_at2023-05-12 03:17:47.865039
descriptionFreestanding ChaCha20 cypher
homepagehttps://ativarsoft.com
repositoryhttps://github.com/ativarsoft/mlo-chacha20-rs
max_upload_size
id835343
size27,659
Mateus de Lima Oliveira (ativarsoft)

documentation

README

mlo-chacha20-rs

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.

Commit count: 10

cargo fmt