mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
chore: fix some minor issues in sage comments (#788)
This commit is contained in:
parent
246723eefe
commit
1ad4603e0a
1 changed files with 1 additions and 1 deletions
2
curve25519-dalek/vendor/ristretto.sage
vendored
2
curve25519-dalek/vendor/ristretto.sage
vendored
|
|
@ -64,7 +64,7 @@ def isqrt_i(x):
|
|||
else: return False,1/sqrt(x*gen)
|
||||
|
||||
class QuotientEdwardsPoint(object):
|
||||
"""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"""
|
||||
def __init__(self,x=0,y=1):
|
||||
x = self.x = self.F(x)
|
||||
y = self.y = self.F(y)
|
||||
|
|
|
|||
Loading…
Reference in a new issue