Skip to content

Instantly share code, notes, and snippets.

@SaifRehman
Created September 22, 2018 19:58
Show Gist options
  • Save SaifRehman/62f30e19acb4dc227a81e1b53bd33be8 to your computer and use it in GitHub Desktop.
Save SaifRehman/62f30e19acb4dc227a81e1b53bd33be8 to your computer and use it in GitHub Desktop.
domain paramts
$provePrimeNumber = 2**256 - 2**32 - 2**9 - 2**8 - 2**7 - 2**6 - 2**4 -1
$numberOfPointsInFeild = 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141
$xcoordinate = 55066263022277343669578718895168534326250603453777594175500187360389116729240
$ycoordinate = 32670510020758816978083085130507043184471273380659243275938904335757337482424
$privKey = "A665A45920422F9D417E4867EFDC4FB8A04A1F3FFF1FA07E998E86F7F7A27AE3"
$point = Array.new([$xcoordinate,$ycoordinate])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment