Skip to content
Snippets Groups Projects
Commit 27f61b18 authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix issue in docs

parent 7be28686
No related branches found
No related tags found
2 merge requests!60Revert "Fail a test to be sure it works",!20Create JS bindings for ChannelDbCipher
......@@ -1260,7 +1260,7 @@ func newChannelDbCipherJS(api *bindings.ChannelDbCipher) map[string]interface{}
// passed into [NewCmix] (Uint8Array).
// - args[2] - The maximum size of a payload to be encrypted.
// A payload passed into [ChannelDbCipher.Encrypt] that is larger than
// plaintTextBlockSize will result in an error (int).
// this value will result in an error (int).
//
// Returns:
// - A JavaScript representation of the [ChannelDbCipher].
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment