menu
pointycastle package
documentation
stream/chacha20poly1305.dart
ChaCha20Poly1305
algorithmName property
algorithmName property
dark_mode
light_mode
algorithmName
property
@
override
String
get
algorithmName
override
Get this algorithm's standard name.
Implementation
@override String get algorithmName => 'ChaCha20-Poly1305';
pointycastle package
documentation
stream/chacha20poly1305
ChaCha20Poly1305
algorithmName property
ChaCha20Poly1305 class