6 releases

0.2.4 Jul 29, 2022
0.2.3 Feb 17, 2022
0.2.2 Apr 20, 2021
0.2.1 Aug 24, 2020
0.1.0 Apr 22, 2019

#321 in Hardware support

Download history 594/week @ 2023-12-15 282/week @ 2023-12-22 161/week @ 2023-12-29 425/week @ 2024-01-05 374/week @ 2024-01-12 610/week @ 2024-01-19 966/week @ 2024-01-26 343/week @ 2024-02-02 537/week @ 2024-02-09 462/week @ 2024-02-16 414/week @ 2024-02-23 488/week @ 2024-03-01 455/week @ 2024-03-08 381/week @ 2024-03-15 465/week @ 2024-03-22 356/week @ 2024-03-29

1,723 downloads per month

MIT license

52KB
724 lines

deoxysii-rust - Deoxys-II-256-128 for Rust

Build status

This crate provides a Rust implementation of Deoxys-II-256-128 v1.43.

The implementation uses Intel SIMD intrinsics (SSSE3 and AES-NI) for speed and will therefore only run on relatively modern x86-64 processors.

The MSRV is 1.59.0.

To build everything, run tests and benchmarks, simply run make.

If you have the RUSTFLAGS environment variable set, it will override Rust flags set in the repository's .cargo/config, so make sure you also add -C target-feature=+aes,+ssse3 to your custom flags or the code will fail to build.


lib.rs:

Deoxys-II-256-128 MRAE primitive implementation.

Dependencies

~0.4–0.9MB
~19K SLoC