ivLabel property
ASCII label "iv" as bytes (used in IV derivation).
HINT: Reuse this to avoid re-encoding the label string.
Implementation
static final Uint8List ivLabel = Uint8List.fromList(utf8.encode('iv'));
ASCII label "iv" as bytes (used in IV derivation).
HINT: Reuse this to avoid re-encoding the label string.
static final Uint8List ivLabel = Uint8List.fromList(utf8.encode('iv'));