NOTICE: This package has been removed from pkgsrc

./security/hs-cryptonite, Cryptography Primitives sink

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.30nb3, Package name: hs-cryptonite-0.30nb3, Maintainer: pho

A repository of cryptographic primitives.

* Symmetric ciphers: AES, DES, 3DES, CAST5, Blowfish, Twofish,
Camellia, RC4, Salsa, XSalsa, ChaCha.

* Hash: SHA1, SHA2, SHA3, SHAKE, MD2, MD4, MD5, Keccak, Skein, Ripemd,
Tiger, Whirlpool, Blake2

* MAC: HMAC, KMAC, Poly1305

* Asymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519,
Curve448, Ed25519, Ed448

* Key Derivation Function: PBKDF2, Scrypt, HKDF, Argon2, BCrypt,
BCryptPBKDF

* Cryptographic Random generation: System Entropy, Deterministic
Random Generator

* Data related: Anti-Forensic Information Splitter (AFIS)

If anything cryptographic related is missing from here, submit a pull
request to have it added. This package strive to be a cryptographic
kitchen sink that provides cryptography for everyone.


Required to run:
[lang/ghc88] [devel/hs-memory] [devel/hs-basement]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 606.506 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 05:47:33 by Masatake Daimon | Files touched by this commit (5) | Package removed
Log message:
security/hs-cryptonite: Remove

This obsolete package has been superseded by security/hs-crypton.
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2022-09-24 11:02:58 by Nia Alarie | Files touched by this commit (1)
Log message:
hs-cryptonite: need prefs.mk to be included here
   2022-09-24 10:19:03 by Nia Alarie | Files touched by this commit (2)
Log message:
hs-cryptonite: Fix PLIST on aarch64
   2022-09-07 08:50:53 by Masatake Daimon | Files touched by this commit (149) | Package updated
Log message:
Recursive bump for recently updated Haskell packages
   2022-09-07 02:58:46 by Masatake Daimon | Files touched by this commit (4)
Log message:
security/hs-cryptonite: Update to 0.30

* Fix some C symbol blake2b prefix to be cryptonite_ prefix (fix mixing
  with other C library)
* add hmac-lazy
* Fix compilation with GHC 9.2
* Drop support for GHC8.0, GHC8.2, GHC8.4, GHC8.6
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler