From 75f780871949e5bacca4718507e66c8d28d72e69 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 20 Jul 2014 05:11:10 +0200 Subject: Remove deprecated/legacy cryptographic algorithms and encryption modes that are never used by VeraCrypt. This will speed up volumes opening in many cases. --- src/Common/GfMul.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Common/GfMul.h') 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); void GfMul128Tab(unsigned char a[16], GfCtx8k *ctx); int Gf128Tab64Init (unsigned __int8 *a, GfCtx *ctx); void Gf128MulBy64Tab (unsigned __int8 a[8], unsigned __int8 p[16], GfCtx *ctx); -int Gf64TabInit (unsigned __int8 *a, GfCtx *ctx); -void Gf64MulTab (unsigned char a[8], unsigned char p[8], GfCtx *ctx); void MirrorBits128 (unsigned __int8 *a); void MirrorBits64 (unsigned __int8 *a); BOOL GfMulSelfTest (); -- cgit v1.2.3