~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to serpent.h

  • Committer: weidai
  • Date: 2003-07-29 01:18:33 UTC
  • Revision ID: svn-v4:57ff6487-cd31-0410-9ec3-f628ee90f5f0:trunk/c5:118
fix potential threading problem with initialization of static objects

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
NAMESPACE_BEGIN(CryptoPP)
11
11
 
12
 
//! _
13
12
struct Serpent_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 1, 32>, public FixedRounds<32>
14
13
{
15
14
        static const char *StaticAlgorithmName() {return "Serpent";}