public static byte[] GenerateNonce(byte[] nonce) => TweetNaCl.Increment(nonce);
public static byte[] GenerateNonce(byte[] nonce) { return(TweetNaCl.Increment(nonce)); }