blob: 0780f55aa641d5036e88678b3489a17be633cb7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
load_on auto
define CRYPTO_BOX
<add>
cryptobox.h
cryptobox.cpp
</add>
<requires>
filters
ctr
hmac
rng
serpent
sha2
base64
pbkdf2
pem
</requires>
|