| Crates.io | adiantum |
| lib.rs | adiantum |
| version | 0.1.3 |
| created_at | 2024-12-15 18:57:01.573253+00 |
| updated_at | 2025-04-09 19:58:15.860071+00 |
| description | A Rust implementation of the Adiantum cipher, a fast encryption scheme optimized for mobile and embedded devices, designed by Google. |
| homepage | https://github.com/vlad9486/adiantum |
| repository | https://github.com/vlad9486/adiantum |
| max_upload_size | |
| id | 1484342 |
| size | 2,888,591 |
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.