Skip to content

Commit 1ad4603

Browse files
authored
chore: fix some minor issues in sage comments (#788)
1 parent 246723e commit 1ad4603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curve25519-dalek/vendor/ristretto.sage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def isqrt_i(x):
6464
else: return False,1/sqrt(x*gen)
6565

6666
class QuotientEdwardsPoint(object):
67-
"""Abstract class for point an a quotiented Edwards curve; needs F,a,d,cofactor to work"""
67+
"""Abstract class for point on a quotiented Edwards curve; needs F,a,d,cofactor to work"""
6868
def __init__(self,x=0,y=1):
6969
x = self.x = self.F(x)
7070
y = self.y = self.F(y)

0 commit comments

Comments
 (0)