crypto-totp-0.1.0.0: crypto-totp.cabal
-- Initial crypto-tmac.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: crypto-totp
version: 0.1.0.0
synopsis: Provides generation and verification services for time-based one-time keys.
description: Please see http://tools.ietf.org/html/rfc6238
license: BSD3
license-file: LICENSE
author: Jeff Shaw
maintainer: shawjef3@gmail.com
-- copyright:
category: Cryptography
build-type: Simple
cabal-version: >=1.8
library
extensions: NamedFieldPuns, ExistentialQuantification
exposed-modules: Crypto.MAC.TOTP.Factory, Crypto.MAC.TOTP.Verifier
-- other-modules:
build-depends: base ==4.*, containers, unix, bytestring, cereal, tagged, cryptohash