Neptune-Crypto / twenty-first

Collection of mathematics routines and cryptography for the twenty-first century
GNU General Public License v2.0
74 stars 22 forks source link

request: Drop generic type argument on `MmrAccumulator` #223

Closed aszepieniec closed 3 months ago

aszepieniec commented 4 months ago

The generic type argument was generic when we were using Blake3 for faster tests and Rescue outside of tests. We are not using Rescue any more; we are using Tip5 instead and its speed is fast enough to not care about Blake3 in tests.