Browse Source

Auto merge of #13 - ebfull:fix-comment, r=ebfull

Fix comment about sqrt.

Still just testing CI stuff.
master
bmerge 7 years ago
parent
commit
e282bc095a
  1. 2
      src/curves/mod.rs

2
src/curves/mod.rs

@ -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>;
}

Loading…
Cancel
Save