View Source Bitcoinex.Secp256k1.Params (bitcoinex v0.1.8)
Link to this section Summary
Functions
Secp256k1 parameters. http://www.secg.org/sec2-v2.pdf
Link to this section Functions
@spec curve() :: %{ p: non_neg_integer(), a: non_neg_integer(), b: non_neg_integer(), g_x: non_neg_integer(), g_y: non_neg_integer(), n: non_neg_integer(), h: non_neg_integer() }
Secp256k1 parameters. http://www.secg.org/sec2-v2.pdf