Skip to content

Instantly share code, notes, and snippets.

@icostan
Created October 11, 2018 18:04
Show Gist options
  • Save icostan/c24025753264b07d2338e6c237446d7a to your computer and use it in GitHub Desktop.
Save icostan/c24025753264b07d2338e6c237446d7a to your computer and use it in GitHub Desktop.
ruby> Px, Py = ec_multiply(k, Gx, Gy, p)
=> [36422191471907241029883925342251831624200921388586025344128047678873736520530, 20277110887056303803699431755396003735040374760118964734768299847012543114150]
ruby> P = "#{Py > 0 ? '02' : '03'}#{Px.to_s(16)}"
=> "0250863ad64a87ae8a2fe83c1af1a8403cb53f53e486d8511dad8a04887e5b2352"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment