File: Extra.hs

package info (click to toggle)
haskell-tls 2.1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,056 kB
  • sloc: haskell: 15,695; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 204 bytes parent folder | download
1
2
3
4
5
6
7
8
-- | Default values and ciphers
module Network.TLS.Extra (
    module Network.TLS.Extra.Cipher,
    module Network.TLS.Extra.FFDHE,
) where

import Network.TLS.Extra.Cipher
import Network.TLS.Extra.FFDHE