We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246723e commit 1ad4603Copy full SHA for 1ad4603
curve25519-dalek/vendor/ristretto.sage
@@ -64,7 +64,7 @@ def isqrt_i(x):
64
else: return False,1/sqrt(x*gen)
65
66
class QuotientEdwardsPoint(object):
67
- """Abstract class for point an a quotiented Edwards curve; needs F,a,d,cofactor to work"""
+ """Abstract class for point on a quotiented Edwards curve; needs F,a,d,cofactor to work"""
68
def __init__(self,x=0,y=1):
69
x = self.x = self.F(x)
70
y = self.y = self.F(y)
0 commit comments