Searched refs:XSalsa20 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsalsa.h43 static const char *StaticAlgorithmName() {return "XSalsa20";}
56 /// <a href="http://www.cryptolounge.org/wiki/XSalsa20">XSalsa20</a>, variable rounds: 8, 12 or 20 (default 20)
57 struct XSalsa20 : public XSalsa20_Info, public SymmetricCipherDocumentation struct in inherits:XSalsa20_Info,SymmetricCipherDocumentation
H A Dregtest.cpp110 RegisterSymmetricCipherDefaultFactories<XSalsa20>();
H A Dsalsa.cpp552 throw InvalidRounds(XSalsa20::StaticAlgorithmName(), m_rounds);

Completed in 160 milliseconds