Skip to content

Commit

Permalink
Auto merge of zkcrypto#13 - ebfull:fix-comment, r=ebfull
Browse files Browse the repository at this point in the history
Fix comment about sqrt.

Still just testing CI stuff.
  • Loading branch information
bmerge committed Jun 19, 2017
2 parents be19611 + 9c94216 commit e282bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/curves/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ pub trait Field<E: Engine>: Sized +

pub trait SqrtField<E: Engine>: Field<E>
{
/// Returns the square root of the field element, if it is
/// Returns a square root of the field element, if it is
/// quadratic residue.
fn sqrt(&self, engine: &E) -> Option<Self>;
}
Expand Down

0 comments on commit e282bc0

Please sign in to comment.