Interface SqrtRatioCalculator
-
- All Known Implementing Classes:
GenericSqrtRatioCalculator
public interface SqrtRatioCalculatorInterface for a calculator of SqrtRatio
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqrtRatiosqrtRatio(java.math.BigInteger u, java.math.BigInteger v)he sqrtRatio subroutine of hash2Curve in the field F
-
-
-
Method Detail
-
sqrtRatio
SqrtRatio sqrtRatio(java.math.BigInteger u, java.math.BigInteger v)
he sqrtRatio subroutine of hash2Curve in the field F- Parameters:
u- u parameter, element of Fv- v parameter, element of F, such that v != 0- Returns:
- SqrtRatio result
-
-