Use ChaCha cipher AlgorithmProvider()

pull/795/head
Jeffrey Walton 2019-01-30 23:04:37 -05:00
parent b29faeab58
commit 3d8bd4c582
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public:
std::string AlgorithmName() const
{return std::string("ChaCha20/Poly1305");}
std::string AlgorithmProvider() const
{return "C++";}
{return GetSymmetricCipher().AlgorithmProvider();}
size_t MinKeyLength() const
{return 32;}
size_t MaxKeyLength() const