Get this algorithm's standard name.
@override String get algorithmName => cipher == null ? 'Poly1305' : '${cipher!.algorithmName}/Poly1305';