Document the fact that the iso-Pallas generator is arbitrary
This commit is contained in:
parent
b8dccde4c4
commit
4e70886918
|
@ -160,6 +160,8 @@ class Point(object):
|
|||
|
||||
Point.ZERO = Point.identity()
|
||||
|
||||
# This is an arbitrarily-chosen generator for testing purposes only, NOT a
|
||||
# formally-selected common generator for iso-Pallas.
|
||||
x = Fp(2)
|
||||
y2 = x * x * x + PALLAS_ISO_A * x + PALLAS_ISO_B
|
||||
y = y2.sqrt()
|
||||
|
|
Loading…
Reference in New Issue