haskell-tls / hs-certificate

Certificate and Key Reader/Writer in haskell
60 stars 57 forks source link

Use numBytes to get RSA key size #107

Closed ocheron closed 2 years ago

ocheron commented 5 years ago

Now that numBytes is available it can replace the calculate_modulus loops.