-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLazy-Pbkdf2.cabal
45 lines (39 loc) · 1.32 KB
/
Lazy-Pbkdf2.cabal
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Name: Lazy-Pbkdf2
Version: 3.2.0
Author: Marcus Ofenhed <[email protected]>
Maintainer: Marcus Ofenhed <[email protected]>
License: MIT
License-File: LICENSE
Synopsis: Lazy PBKDF2 generator.
Description: A PBKDF2 generator that generates either a lazy ByteString or a
list of strict ByteStrings of PRNG.
Category: Cryptography
Build-Type: Simple
cabal-version: >= 1.10
Library
Exposed-Modules: Crypto.Pbkdf2
Default-Language: Haskell2010
Build-Depends: base>= 4 && <5,
bytestring
Test-Suite Known-answer
Type: exitcode-stdio-1.0
Main-Is: Pbkdf2-test.hs
Default-Language: Haskell2010
Build-Depends: base>= 4 && <5,
cryptonite,
bytestring,
base16-bytestring,
memory
Benchmark bench-hashers
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
Main-Is: bench/Pbkdf2.hs
Build-Depends: base>= 4 && <5,
bytestring,
cryptonite,
criterion,
byteable,
memory
Source-Repository head
Type: git
Location: git://github.com/Ofenhed/LazyPbkdf2.git