File: crypto-pubkey-types.cabal

package info (click to toggle)
haskell-crypto-pubkey-types 0.4.3-10
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 104 kB
  • sloc: haskell: 739; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,053 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Name:                crypto-pubkey-types
Version:             0.4.3
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
                     Crypto.Types.PubKey.ECC
                     Crypto.Types.PubKey.ECDSA
  Build-depends:     base >= 4 && < 5
                   , asn1-types >= 0.1 && < 0.4
                   , asn1-encoding

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