blob: f45533129be004f93cd7a79f07b18ca6a228551b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
define ECC_PUBLIC_KEY_CRYPTO
load_on auto
<add>
ecc_key.cpp
ecc_key.h
</add>
<requires>
alloc
asn1
bigint
ec_dompar
gfpmath
numbertheory
pk_codecs
</requires>
|