./security/hs-crypto-api, Generic interface for cryptographic operations

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.13.3nb1, Package name: hs-crypto-api-0.13.3nb1, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 47.213 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-29 06:26:12 by Masatake Daimon | Files touched by this commit (1)
Log message:
security/hs-crypto-api: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-27 13:01:30 by Masatake Daimon | Files touched by this commit (5)
Log message:
security/hs-crypto-api: import hs-crypto-api-0.13.3

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.