Closed jotabulacios closed 2 weeks ago
Attention: Patch coverage is 92.80156%
with 37 lines
in your changes missing coverage. Please review.
Project coverage is 71.97%. Comparing base (
8dfddac
) to head (ea8267d
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Add Rescue Prime Optimized
Description
This PR adds the Rescue Prime Optimized hash function. The implementation offers three types of MDS transformations: Matrix Multiplication, Karatsuba, and NTT
Example:
In this case
128
is the security level, the other available level is160
To use otherMdsMethod
simply changeMatrixMultiplication
forKaratsuba
orNtt
Type of change