#encryption #decryption

no-std adiantum

A Rust implementation of the Adiantum cipher, a fast encryption scheme optimized for mobile and embedded devices, designed by Google

4 releases

0.1.3 Apr 9, 2025
0.1.2 Apr 8, 2025
0.1.1 Dec 15, 2024
0.1.0 Dec 15, 2024

#1081 in Cryptography

Download history 3/week @ 2025-02-19 14/week @ 2025-02-26 41/week @ 2025-04-02 230/week @ 2025-04-09

271 downloads per month
Used in rej

MIT license

1.5MB
294 lines

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.

Dependencies