diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-21 12:18:19 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-22 10:57:29 +0100 |
commit | 300acf008d6d194f0107e293a20cfb88611546e9 (patch) | |
tree | a7706600533bbdb32efcfe6078b6a5ae330f3ec5 /src/libcryptobox/curve25519/base_constants.h | |
parent | b862f3717beee6bf735cfd89a51f41440b26bd0c (diff) | |
download | rspamd-300acf008d6d194f0107e293a20cfb88611546e9.tar.gz rspamd-300acf008d6d194f0107e293a20cfb88611546e9.zip |
[Test] Fix functional tests
Diffstat (limited to 'src/libcryptobox/curve25519/base_constants.h')
-rw-r--r-- | src/libcryptobox/curve25519/base_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcryptobox/curve25519/base_constants.h b/src/libcryptobox/curve25519/base_constants.h index 0eaef129b..48adfcf03 100644 --- a/src/libcryptobox/curve25519/base_constants.h +++ b/src/libcryptobox/curve25519/base_constants.h @@ -1,4 +1,4 @@ -static const ge_precomp base[32][8] = { +static const ge_precomp event_loop[32][8] = { { { { 25967493,-14356035,29566456,3660896,-12694345,4014787,27544626,-11754271,-6079156,2047605 }, |