aboutsummaryrefslogtreecommitdiff
path: root/crypto/include/internal/bn_srp.h
blob: 153c8cde12ebc6891e405b977c215de8e91c4c2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

#ifndef OPENSSL_NO_SRP

extern const BIGNUM bn_group_1024;

extern const BIGNUM bn_group_1536;

extern const BIGNUM bn_group_2048;

extern const BIGNUM bn_group_3072;

extern const BIGNUM bn_group_4096;

extern const BIGNUM bn_group_6144;

extern const BIGNUM bn_group_8192;

extern const BIGNUM bn_generator_19;

extern const BIGNUM bn_generator_5;

extern const BIGNUM bn_generator_2;

#endif