ChaChaEngine public class ChaChaEngine : Salsa20Engine Implementation of Daniel J. Bernstein's ChaCha stream cipher. Documentation public ChaChaEngine() Creates a 20 rounds ChaCha engine. public ChaChaEngine(int rounds) Creates a ChaCha engine with a specific number of rounds.