forked from haskoin/secp256k1-haskell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
secp256k1.cabal
149 lines (144 loc) · 5.23 KB
/
secp256k1.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
name: secp256k1
version: 0.5.2
synopsis: Bindings for secp256k1 library from Bitcoin Core
description: Please see README.md
homepage: http://github.com/haskoin/secp256k1-haskell#readme
license: PublicDomain
license-file: UNLICENSE
author: Jean-Pierre Rupp
maintainer: [email protected]
copyright: (c) 2017 Jean-Pierre Rupp
category: Crypto
build-type: Custom
extra-source-files:
secp256k1/README.md
secp256k1/autogen.sh
secp256k1/configure.ac
secp256k1/Makefile.am
secp256k1/COPYING
secp256k1/src/num_impl.h
secp256k1/src/bench_verify.c
secp256k1/src/gen_context.c
secp256k1/src/bench_recover.c
secp256k1/src/basic-config.h
secp256k1/src/bench_ecdh.c
secp256k1/src/ecmult_const.h
secp256k1/src/scalar_low.h
secp256k1/src/tests_exhaustive.c
secp256k1/src/ecdsa_impl.h
secp256k1/src/ecmult_impl.h
secp256k1/src/ecmult_gen_impl.h
secp256k1/src/scalar_8x32.h
secp256k1/src/scalar_8x32_impl.h
secp256k1/src/group.h
secp256k1/src/testrand_impl.h
secp256k1/src/modules/ecdh/main_impl.h
secp256k1/src/modules/ecdh/tests_impl.h
secp256k1/src/modules/ecdh/Makefile.am.include
secp256k1/src/modules/recovery/main_impl.h
secp256k1/src/modules/recovery/tests_impl.h
secp256k1/src/modules/recovery/Makefile.am.include
secp256k1/src/ecdsa.h
secp256k1/src/testrand.h
secp256k1/src/bench_internal.c
secp256k1/src/field_10x26_impl.h
secp256k1/src/eckey.h
secp256k1/src/field_5x52.h
secp256k1/src/field_5x52_asm_impl.h
secp256k1/src/asm/field_10x26_arm.s
secp256k1/src/field_10x26.h
secp256k1/src/util.h
secp256k1/src/num.h
secp256k1/src/num_gmp.h
secp256k1/src/scalar_4x64_impl.h
secp256k1/src/hash.h
secp256k1/src/scalar_4x64.h
secp256k1/src/hash_impl.h
secp256k1/src/tests.c
secp256k1/src/scalar_impl.h
secp256k1/src/bench_sign.c
secp256k1/src/field_5x52_int128_impl.h
secp256k1/src/field_5x52_impl.h
secp256k1/src/field.h
secp256k1/src/secp256k1.c
secp256k1/src/group_impl.h
secp256k1/src/java/org_bitcoin_NativeSecp256k1.h
secp256k1/src/java/org/bitcoin/NativeSecp256k1Test.java
secp256k1/src/java/org/bitcoin/NativeSecp256k1.java
secp256k1/src/java/org/bitcoin/Secp256k1Context.java
secp256k1/src/java/org/bitcoin/NativeSecp256k1Util.java
secp256k1/src/java/org_bitcoin_Secp256k1Context.h
secp256k1/src/java/org_bitcoin_NativeSecp256k1.c
secp256k1/src/java/org_bitcoin_Secp256k1Context.c
secp256k1/src/ecmult_gen.h
secp256k1/src/ecmult_const_impl.h
secp256k1/src/eckey_impl.h
secp256k1/src/field_impl.h
secp256k1/src/bench.h
secp256k1/src/scalar_low_impl.h
secp256k1/src/bench_schnorr_verify.c
secp256k1/src/scalar.h
secp256k1/src/num_gmp_impl.h
secp256k1/src/ecmult.h
secp256k1/TODO
secp256k1/include/secp256k1_recovery.h
secp256k1/include/secp256k1.h
secp256k1/include/secp256k1_ecdh.h
secp256k1/contrib/lax_der_parsing.c
secp256k1/contrib/lax_der_privatekey_parsing.c
secp256k1/contrib/lax_der_privatekey_parsing.h
secp256k1/contrib/lax_der_parsing.h
secp256k1/libsecp256k1.pc.in
secp256k1/sage/group_prover.sage
secp256k1/sage/weierstrass_prover.sage
secp256k1/sage/secp256k1.sage
secp256k1/build-aux/m4/ax_jni_include_dir.m4
secp256k1/build-aux/m4/ax_prog_cc_for_build.m4
secp256k1/build-aux/m4/bitcoin_secp.m4
README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Crypto.Secp256k1
, Crypto.Secp256k1.Internal
build-depends: base >= 4.8 && < 5
, base16-bytestring
, bytestring
, cereal
, entropy
, mtl
, QuickCheck
, string-conversions
default-language: Haskell2010
ghc-options: -Wall
cc-options: -DHAVE_CONFIG_H
c-sources: secp256k1/src/secp256k1.c, secp256k1/contrib/lax_der_parsing.c
include-dirs: secp256k1, secp256k1/include
test-suite secp256k1-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
other-modules: Crypto.Secp256k1.Tests
, Crypto.Secp256k1.Internal.Tests
build-depends: base
, base16-bytestring
, bytestring
, cereal
, cryptohash
, entropy
, HUnit
, mtl
, QuickCheck
, secp256k1
, string-conversions
, test-framework
, test-framework-hunit
, test-framework-quickcheck2
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/haskoin/secp256k1-haskell.git
custom-setup
setup-depends: base >= 4.8 && < 5
, Cabal >= 1.10