![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
sci.crypt archiveRe: Addition Law and K*P for Montgomery-form elliptic Curves
From: <tomstdenis@gmail.com>
Date: Tue Dec 20 2005 - 18:21:29 CET
¬a\/b wrote:
The negative in prime field is (x, p - y) where p is the prime
Then you can map that to Jacobian by allowing z=1
e.g.
x,y => (x, p - y, 1)
or
x,y => (x, x xor y, 1)
I don't know specifically about Montgomery co-ordinates but it's still
So however you go from the input affine point P to what you need in
Tom
|