serokell / haskell-crypto

Haskell cryptography done right
https://hackage.haskell.org/package/crypto-sodium
16 stars 6 forks source link

Consider switching to `unsafeDupablePerformIO` #18

Open kirelagin opened 4 years ago

kirelagin commented 4 years ago

82251ec1776cb13c3f616d9c11599718cb0578aa changes unsafeDupablePerformIO to unsafePerformIO due to concerns outlined in the commit message.

We should return to this question at some point and, at least, do some benchmarks.

kirelagin commented 3 years ago

For additional context: