xelis-project / xelis-hash

XELIS Hashing Algorithm providing FPGA / ASIC resistance
MIT License
10 stars 11 forks source link

Stage 1 AES #2

Open duggavo opened 3 months ago

duggavo commented 3 months ago

This code replaces ChaCha20 with 1-round AES. It provides about a 3x speedup in Stage 1 calculation.

Note: This PR doesn't update the C version, only the Rust version.