Skip to content

Commit

Permalink
Update manta-crypto/src/signature/mod.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Boyuan Feng <boyuan@ucsb.edu>
  • Loading branch information
Boyuan Feng authored Aug 22, 2022
1 parent 4ad8c5c commit 37b64ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manta-crypto/src/signature/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ pub mod schnorr {
type Message;

/// Hashes `message` along with `verifying_key` and `nonce_point` into a scalar of type
/// [`Scalar`](Self::Scalar.
/// [`Scalar`](Self::Scalar).
fn hash(
&self,
verifying_key: &Self::Group,
Expand Down

0 comments on commit 37b64ce

Please sign in to comment.