MCPcopy Create free account
hub / github.com/LUX-Core/lux / NewDecryption

Method NewDecryption

src/cryptopp/validat1.cpp:1140–1141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1138 BlockTransformation* NewEncryption(const byte *keyStr) const
1139 {return new E(keyStr, m_keylen);}
1140 BlockTransformation* NewDecryption(const byte *keyStr) const
1141 {return new D(keyStr, m_keylen);}
1142
1143 unsigned int m_keylen;
1144};

Callers 1

BlockTransformationTestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected