adiantum

Crates.ioadiantum
lib.rsadiantum
version0.1.3
created_at2024-12-15 18:57:01.573253+00
updated_at2025-04-09 19:58:15.860071+00
descriptionA Rust implementation of the Adiantum cipher, a fast encryption scheme optimized for mobile and embedded devices, designed by Google.
homepagehttps://github.com/vlad9486/adiantum
repositoryhttps://github.com/vlad9486/adiantum
max_upload_size
id1484342
size2,888,591
Vladislav Melnik (vlad9486)

documentation

README

Adiantum

This is an independent Rust implementation of the Adiantum cipher, based on the design by Paul Crowley and Eric Biggers as described in their 2018 paper.

The file src/test_data/compressed.json is compressed from test vectors published under MIT.

Commit count: 7

cargo fmt