./security/hs-crypton, Cryptography Primitives sink

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


Branch: CURRENT, Version: 1.0.0, Package name: hs-crypton-1.0.0, Maintainer: pkgsrc-users

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 strives to be a cryptographic
kitchen sink that provides cryptography for everyone.


Master sites:

Filesize: 607.977 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-29 11:40:16 by Masatake Daimon | Files touched by this commit (2)
Log message:
security/hs-crypton: Fix build on i386 and x86_64
   2024-04-29 11:35:01 by Masatake Daimon | Files touched by this commit (4)
Log message:
security/hs-crypton: Update to 1.0.0

1.0.0
    Versions follow the standard version policy.
    Removing pthread stuff. #32

0.34
    Hashing getRandomBytes before using as Seed for ChaChaDRG #24
    Add support for XChaCha and XChaChaPoly1305 #18
    Strict byteArray of IV c #16
   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-28 08:06:11 by Masatake Daimon | Files touched by this commit (2)
Log message:
security/hs-crypton: Fix PLIST, some modules are only built on specific platforms
   2023-10-27 12:58:52 by Masatake Daimon | Files touched by this commit (5)
Log message:
security/hs-crypton: import hs-crypton-0.33

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 strives to be a cryptographic
kitchen sink that provides cryptography for everyone.