crypto-api icon indicating copy to clipboard operation
crypto-api copied to clipboard

Haskell generic interface (type classes) for cryptographic algorithms

Results 3 crypto-api issues
Sort by recently updated
recently updated
newest added
trafficstars

It appears that `.hs-boot` semantics have changed in GHC 8.0 in such a way that you can provide default method implementations referring to module-private entitites, but this wasn't possible in...

When trying to use the `splitGen` function from `Crypto.Random`, my program just hangs and it never evaluates. Here is how it can be done in ghci by checking if the...

Different algorithms have different preparation requirements for creating signatures (at least, in normal use). Crypto.Classes.Signing currently provides a low-level `sign` which takes just the already-prepared ByteString. The same goes for...