Browse Source

cln16sidh: clarify doc for P34

trials/prep_p503_trial3
Henry de Valence 7 years ago
parent
commit
50aa855b53
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      field.go

+ 1
- 1
field.go View File

@@ -286,7 +286,7 @@ func (dest *PrimeFieldElement) Inv(x *PrimeFieldElement) *PrimeFieldElement {
return dest return dest
} }


// Set dest = x^((p-3)/4)
// Set dest = x^((p-3)/4). If x is square, this is 1/sqrt(x).
// //
// Allowed to overlap x with dest. // Allowed to overlap x with dest.
// //


Loading…
Cancel
Save