haskell-crypto / cryptonite

lowlevel set of cryptographic primitives for haskell
Other
226 stars 139 forks source link

bench for P256.pointAdd and P256.pointMul #288

Closed 3for closed 5 years ago

3for commented 5 years ago

For issue 286

ocheron commented 5 years ago

Thanks. Can you rename variables to avoid warnings and remove commented/unused code?

ocheron commented 5 years ago

Merged, thank you. I removed the stack lock file because I'm not sure this is very useful and many other projects seem to gitignore it.

3for commented 5 years ago

Thank you. I'll update it in my gitignore. It's great inspiration for a new haskeller.