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