Refactor constants (ark, mds) to be populated at compile time
Closed this issue · 0 comments
ZER0 commented
Currently Hades is populating ROUND_CONSTANTS
and MDS_MATRIX
at runtime (only once, due lazy_static
), but this overhead is unnecessary since it could be done at compile time (that is preferable).