Path to this page:
./
security/hs-crypto-api,
Generic interface for cryptographic operations
Branch: CURRENT,
Version: 0.13.3nb2,
Package name: hs-crypto-api-0.13.3nb2,
Maintainer: pkgsrc-usersA 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)
- (2024-05-09) Updated to version: hs-crypto-api-0.13.3nb2
- (2023-11-02) Updated to version: hs-crypto-api-0.13.3nb1
- (2023-10-27) Package added to pkgsrc.se, version hs-crypto-api-0.13.3 (created)
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.
|