# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       crypto-pubkey 0.2.3
revision            2
checksums           rmd160  9bba4725ab1180737bf5f7766ca373c72705c82e \
                    sha256  b38af600bd8bd748da673ffa7fa0914767dbdba79673561437776246bbba0fa5

maintainers         cal openmaintainer
platforms           darwin
license             BSD

description         Public Key cryptography
long_description    \
    Public Key cryptography. Supports RSA PKCS15, RSA OAEP, RSA PSS, DSA, \
    ElGamal signature. Also have primitive support for Diffie Hellman, and \
    ElGamal encryption.

depends_lib-append  port:hs-byteable \
                    port:hs-crypto-numbers \
                    port:hs-crypto-pubkey-types \
                    port:hs-crypto-random \
                    port:hs-cryptohash