ch1bo / integer-openssl

Implementation of the 'GHC.Integer' type using the OpenSSL's arbitrary size integer library.
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Project Development #4

Open or-n opened 4 years ago

or-n commented 4 years ago

I see that you stopped developing it. May I know the reason and when do you plan to work on it again?

ch1bo commented 4 years ago

Mostly lack of time. I had created a PR to GHC, but could not follow through with it and @hsyl20 did a great job on improving the big integer situation in GHC in the meantion. See the discussion here: https://github.com/ghc-proposals/ghc-proposals/pull/183. Maybe I'll give it another shot by adding libcrypto as a ghc-bignum backend.

hsyl20 commented 4 years ago

Maybe I'll give it another shot by adding libcrypto as a ghc-bignum backend.

It would be awesome!