crypto-api

A generic interface for cryptographic operations

https://github.com/TomMD/crypto-api

Version on this page:0.13.2
LTS Haskell 22.13:0.13.3@rev:1
Stackage Nightly 2024-03-14:0.13.3@rev:1
Latest on Hackage:0.13.3@rev:1

See all snapshots crypto-api appears in

BSD-3-Clause licensed by Thomas DuBuisson, Francisco Blas Izquierdo Riera (klondike)
Maintained by Thomas DuBuisson
This version can be pinned in stack with:crypto-api-0.13.2@sha256:e78f2c54d5e86837e8b1f245cd728dfb77fd33b85c02a56f480b68d5f54e4081,2203

A generic interface for cryptographic operations (hashes, ciphers, randomness). Maintainers of hash and cipher implementations are encouraged to add instances for the classes defined in Crypto.Classes. Crypto users are similarly encouraged to use the interfaces defined in the Classes module. Any concepts or functions of general use to more than one cryptographic algorithm (ex: padding) is within scope of this package.