Creates a nonce from a string
static Nonce fromString(String str) { return Nonce.fromBytes(sha256.convert(str.codeUnits).bytes); }