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 f3a0b71 commit 214c055Copy full SHA for 214c055
wasm/src/utilities/encrypt.rs
@@ -149,7 +149,7 @@ impl EncryptionToolkit {
149
tpk.scalar_multiply(&view_key.to_scalar()).to_x_coordinate()
150
}
151
152
- /// Creates a record view key from the view key. This can be later be used to decrypt a
+ /// Creates a record view key from the view key. This can be later be used to decrypt a
153
// record without revealing an account's view key.
154
#[wasm_bindgen(js_name = "generateRecordViewkey")]
155
pub fn generate_record_view_key(view_key: &ViewKey, record_ciphertext: &RecordCiphertext) -> Result<Field, String> {
0 commit comments