ivLabel property

Uint8List ivLabel
final

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'));