Talk:Elliptic Curve Digital Signature Algorithm: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
 
Line 3: Line 3:
[[Elliptic_curve_arithmetic]]: is not modular, so cannot be used for ecdsa.
[[Elliptic_curve_arithmetic]]: is not modular, so cannot be used for ecdsa.
--[[User:Udo e. pops|Udo e. pops]] 15:21, 16 October 2018 (UTC)
--[[User:Udo e. pops|Udo e. pops]] 15:21, 16 October 2018 (UTC)

Could someone review my [[Elliptic_Curve_Digital_Signature_Algorithm#Python|Python]] implementation? --[[User:Mrpal|Mrpal]] ([[User talk:Mrpal|talk]]) 18:39, 5 July 2021 (UTC)

Latest revision as of 18:39, 5 July 2021

So... in what significant way does this differ from Elliptic_curve_arithmetic? --Thundergnat (talk) 01:09, 16 October 2018 (UTC)

Elliptic_curve_arithmetic: is not modular, so cannot be used for ecdsa. --Udo e. pops 15:21, 16 October 2018 (UTC)

Could someone review my Python implementation? --Mrpal (talk) 18:39, 5 July 2021 (UTC)