mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
add more constants
svn:r1488
This commit is contained in:
parent
2d3aea40a4
commit
34633c1122
@ -12,7 +12,9 @@
|
||||
#define CIPHER_IV_LEN 0
|
||||
#define PK_BITS 1024
|
||||
#define PK_BYTES (PK_BITS/8)
|
||||
#define CRYPTO_DH_SIZE (1024 / 8)
|
||||
#define DH_BITS 1024
|
||||
#define DH_BYTES (DH_BITS/8)
|
||||
#define CRYPTO_DH_SIZE DH_BYTES
|
||||
|
||||
#define PK_NO_PADDING 60000
|
||||
#define PK_PKCS1_PADDING 60001
|
||||
|
Loading…
Reference in New Issue
Block a user