mix_hash
mix_hash(hash, temp_hash, NOISE_HASH_LEN);
mix_hash(hash, remote_static, NOISE_PUBLIC_KEY_LEN);
mix_hash(hash, dst_ciphertext, noise_encrypted_len(src_len));
mix_hash(hash, src_ciphertext, src_len);
mix_hash(hash, ephemeral_src, NOISE_PUBLIC_KEY_LEN);