Chacha20 constructor
Chacha20({
- required MacAlgorithm macAlgorithm,
Implementation
factory Chacha20({required MacAlgorithm macAlgorithm}) {
return Cryptography.instance.chacha20(macAlgorithm: macAlgorithm);
}