diff options
Diffstat (limited to 'Source/Core/Common/Src/Crypto/ec.cpp')
| -rw-r--r-- | Source/Core/Common/Src/Crypto/ec.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/Crypto/ec.cpp b/Source/Core/Common/Src/Crypto/ec.cpp index 507fea128e..3f8e460ee1 100644 --- a/Source/Core/Common/Src/Crypto/ec.cpp +++ b/Source/Core/Common/Src/Crypto/ec.cpp @@ -10,9 +10,11 @@ #include "../Common.h" #include "tools.h" // y**2 + x*y = x**3 + x + b +/* static u8 ec_b[30] = {0x00,0x66,0x64,0x7e,0xde,0x6c,0x33,0x2c,0x7f,0x8c,0x09,0x23,0xbb,0x58,0x21 ,0x3b,0x33,0x3b,0x20,0xe9,0xce,0x42,0x81,0xfe,0x11,0x5f,0x7d,0x8f,0x90,0xad}; +*/ // order of the addition group of points static u8 ec_N[30] = |
