We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d567284 commit 46d6f99Copy full SHA for 46d6f99
wasm/src/programs/data/plaintext.rs
@@ -85,7 +85,8 @@ impl Plaintext {
85
86
/// Encrypt a plaintext with a transition view key.
87
///
88
- /// @param {Field} transition_view_key The transition view key to use for encryption.
+ /// @param {Field} transition_view_key The transition view key of the transition
89
+ /// associated with the plaintext.
90
91
/// @returns {Ciphertext} The encrypted ciphertext.
92
#[wasm_bindgen(js_name = encryptSymmetric)]
0 commit comments