Searched refs:Salsa20 (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.h13 static const char *StaticAlgorithmName() {return "Salsa20";}
33 /// <a href="http://www.cryptolounge.org/wiki/Salsa20">Salsa20</a>, variable rounds: 8, 12 or 20 (default 20)
34 struct Salsa20 : public Salsa20_Info, public SymmetricCipherDocumentation struct in inherits:Salsa20_Info,SymmetricCipherDocumentation
H A Dregtest.cpp109 RegisterSymmetricCipherDefaultFactories<Salsa20>();
H A Dsalsa.cpp18 Salsa20::Encryption x;
26 throw InvalidRounds(Salsa20::StaticAlgorithmName(), m_rounds);

Completed in 112 milliseconds