nibrunieAtSi5 / rvv-keccak

RISC-V Vector Implementation of Keccak hash function
3 stars 1 forks source link

[vector/opt] adding multi-round implementation #6

Closed nibrunie closed 10 months ago

nibrunie commented 10 months ago

Adding a vector implementation which tries to maintain state in register between two rounds (rather than forcing a round-trip through memory).