packages feed

commsec-0.3.3: commsec.cabal

-- Initial commsec.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                commsec
version:             0.3.3
synopsis:            Provide communications security using symmetric ephemeral keys
description:         This package provides confidentiallity,
                     integrity and replay detection. Users must
                     provide ephemeral keys for one time use (reuse
                     will compromise the security guarentees).
                     Starting with shared secret, this package
                     builds bi-directional channels for datagram
                     based communication.
license:             BSD3
license-file:        LICENSE
author:              Thomas M. DuBuisson
maintainer:          thomas.dubuisson@gmail.com
copyright:           Thomas M. DuBuisson (2013)
category:            Cryptography
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     Network.CommSec, Network.CommSec.Package, Network.CommSec.BitWindow, Network.CommSec.Types
  -- other-modules:       Network.CommSec.BitWindow, Network.CommSec.Types
  build-depends:       base >4.5 && < 5,
                       cipher-aes128 >= 0.5,
                       bytestring,
                       crypto-api >= 0.12,
                       network >= 2.4.1