summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/Crypto/ec.cpp
diff options
context:
space:
mode:
authorGlenn Rice <glennricster@gmail.com>2010-02-24 03:38:36 +0000
committerGlenn Rice <glennricster@gmail.com>2010-02-24 03:38:36 +0000
commit1d40b8a5ae2e64ed329f66e9da059cde9baf24fc (patch)
tree1dc8c263a83789cac1a2a6999d1370438570f0cd /Source/Core/Common/Src/Crypto/ec.cpp
parent3cc5d8ce6f31ffa26f7eb3f8db9de68cca9721e2 (diff)
Systematically eliminating compiler warnings.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5117 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/Crypto/ec.cpp')
-rw-r--r--Source/Core/Common/Src/Crypto/ec.cpp2
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] =