mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-01 08:12:14 +00:00
Escape non-link square brackets in comments
This commit is contained in:
parent
4ae238ea1f
commit
60eac4e8b7
@ -509,7 +509,7 @@ pub extern "C" fn librustzcash_sapling_compute_cm(
|
||||
true
|
||||
}
|
||||
|
||||
/// Compute [sk] [8] P for some 32-byte point P, and 32-byte Fs.
|
||||
/// Computes \[sk\] \[8\] P for some 32-byte point P, and 32-byte Fs.
|
||||
///
|
||||
/// If P or sk are invalid, returns false. Otherwise, the result is written to
|
||||
/// the 32-byte `result` buffer.
|
||||
@ -542,7 +542,7 @@ pub extern "C" fn librustzcash_sapling_ka_agree(
|
||||
}
|
||||
|
||||
/// Compute g_d = GH(diversifier) and returns false if the diversifier is
|
||||
/// invalid. Computes [esk] g_d and writes the result to the 32-byte `result`
|
||||
/// invalid. Computes \[esk\] g_d and writes the result to the 32-byte `result`
|
||||
/// buffer. Returns false if `esk` is not a valid scalar.
|
||||
#[no_mangle]
|
||||
pub extern "C" fn librustzcash_sapling_ka_derivepublic(
|
||||
|
Loading…
Reference in New Issue
Block a user