UTF-8 encode helper (labels, non-secrets).
HINT: Prefer using ivLabel and tagLabel for those constants.
static Uint8List utf8Encode(String s) => Uint8List.fromList(utf8.encode(s));