@override Chacha20 chacha20Poly1305Aead() { return chacha20(macAlgorithm: DartChacha20Poly1305AeadMacAlgorithm()); }