Merge 'master' into 'ecies'

pull/263/head
Jeffrey Walton 2016-09-08 20:08:37 -04:00
commit 135bb0e699
2 changed files with 5 additions and 0 deletions

View File

@ -18,7 +18,12 @@ struct InitializeInteger
InitializeInteger();
};
// http://github.com/weidai11/cryptopp/issues/256
#if defined(CRYPTOPP_WORD128_AVAILABLE)
typedef SecBlock<word, AllocatorWithCleanup<word, true> > IntegerSecBlock;
#else
typedef SecBlock<word, AllocatorWithCleanup<word, CRYPTOPP_BOOL_X86> > IntegerSecBlock;
#endif
//! \brief Multiple precision integer with arithmetic operations
//! \details The Integer class can represent positive and negative integers

Binary file not shown.