diff options
Diffstat (limited to 'src/Common/GfMul.h')
-rw-r--r-- | src/Common/GfMul.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Common/GfMul.h b/src/Common/GfMul.h index ce5aa022..12dc864f 100644 --- a/src/Common/GfMul.h +++ b/src/Common/GfMul.h | |||
@@ -63,8 +63,6 @@ void GfMul128 (void *a, const void* b); | |||
63 | void GfMul128Tab(unsigned char a[16], GfCtx8k *ctx); | 63 | void GfMul128Tab(unsigned char a[16], GfCtx8k *ctx); |
64 | int Gf128Tab64Init (unsigned __int8 *a, GfCtx *ctx); | 64 | int Gf128Tab64Init (unsigned __int8 *a, GfCtx *ctx); |
65 | void Gf128MulBy64Tab (unsigned __int8 a[8], unsigned __int8 p[16], GfCtx *ctx); | 65 | void Gf128MulBy64Tab (unsigned __int8 a[8], unsigned __int8 p[16], GfCtx *ctx); |
66 | int Gf64TabInit (unsigned __int8 *a, GfCtx *ctx); | ||
67 | void Gf64MulTab (unsigned char a[8], unsigned char p[8], GfCtx *ctx); | ||
68 | void MirrorBits128 (unsigned __int8 *a); | 66 | void MirrorBits128 (unsigned __int8 *a); |
69 | void MirrorBits64 (unsigned __int8 *a); | 67 | void MirrorBits64 (unsigned __int8 *a); |
70 | BOOL GfMulSelfTest (); | 68 | BOOL GfMulSelfTest (); |