We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
writeMessageRegular
Both the Go and Rust code exports a SendMessage that will either use the handshake state or the cipher state.
SendMessage
The Noise spec specifies EncryptWithAd and DecryptWithAd for the CipherState which allows you to add associated data to the message
EncryptWithAd
DecryptWithAd
CipherState
The text was updated successfully, but these errors were encountered:
Please feel free to submit a pull request.
Sorry, something went wrong.
nadimkobeissi
elichai
No branches or pull requests
Both the Go and Rust code exports a
SendMessage
that will either use the handshake state or the cipher state.The Noise spec specifies
EncryptWithAd
andDecryptWithAd
for theCipherState
which allows you to add associated data to the messageThe text was updated successfully, but these errors were encountered: