pkgsrc/security/hs-cryptonite/buildlink3.mk
pho 3b796d59b2 Import cryptonite-0.26
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.
2020-01-17 00:17:32 +00:00

16 lines
515 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2020/01/17 00:17:32 pho Exp $
BUILDLINK_TREE+= hs-cryptonite
.if !defined(HS_CRYPTONITE_BUILDLINK3_MK)
HS_CRYPTONITE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-cryptonite+= hs-cryptonite>=0.26
BUILDLINK_ABI_DEPENDS.hs-cryptonite+= hs-cryptonite>=0.26
BUILDLINK_PKGSRCDIR.hs-cryptonite?= ../../security/hs-cryptonite
.include "../../devel/hs-basement/buildlink3.mk"
.include "../../devel/hs-memory/buildlink3.mk"
.endif # HS_CRYPTONITE_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-cryptonite