mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.3.5'
This commit is contained in:
@@ -289,7 +289,7 @@ curve25519_basepoint_spot_check(void)
|
||||
0x0d,0xbf,0x3a,0x0d,0x26,0x38,0x1a,0xf4,
|
||||
0xeb,0xa4,0xa9,0x8e,0xaa,0x9b,0x4e,0x6a
|
||||
};
|
||||
const int loop_max=200;
|
||||
const int loop_max=8;
|
||||
int save_use_ed = curve25519_use_ed;
|
||||
unsigned char e1[32], e2[32];
|
||||
unsigned char x[32],y[32];
|
||||
|
||||
Reference in New Issue
Block a user