Skip to content

Commit 46d6f99

Browse files
committed
modified tranistion plaintext docstring
1 parent d567284 commit 46d6f99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wasm/src/programs/data/plaintext.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ impl Plaintext {
8585

8686
/// Encrypt a plaintext with a transition view key.
8787
///
88-
/// @param {Field} transition_view_key The transition view key to use for encryption.
88+
/// @param {Field} transition_view_key The transition view key of the transition
89+
/// associated with the plaintext.
8990
///
9091
/// @returns {Ciphertext} The encrypted ciphertext.
9192
#[wasm_bindgen(js_name = encryptSymmetric)]

0 commit comments

Comments
 (0)