File: crypto-pubkey-types.cabal

package info (click to toggle)
haskell-crypto-pubkey-types 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 64 kB
  • sloc: haskell: 55; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 918 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Name:                crypto-pubkey-types
Version:             0.1.1
Description:         Generic cryptography public keys algorithm types
License:             BSD3
License-file:        LICENSE
Copyright:           Vincent Hanquez <vincent@snarc.org>
Author:              Vincent Hanquez <vincent@snarc.org>
Maintainer:          Vincent Hanquez <vincent@snarc.org>
Synopsis:            Generic cryptography Public keys algorithm types
Category:            Cryptography
Build-Type:          Simple
Homepage:            http://github.com/vincenthz/hs-crypto-pubkey-types
Cabal-Version:       >=1.6

Library
  Exposed-modules:   Crypto.Types.PubKey.RSA
                     Crypto.Types.PubKey.DSA
                     Crypto.Types.PubKey.DH
  Build-depends:     base >= 4 && < 5,
                     crypto-api >= 0.5

source-repository head
  type:     git
  location: git://github.com/vincenthz/hs-crypto-pubkey-types