Secp256k1-generator
The generator point G.
The nullary function call
(secp256k1-generator)
returns the standard generator point for the curve secp256k1.
Definitions and Theorems
Function: secp256k1-generator
(defun secp256k1-generator nil
(declare (xargs :guard t))
(cons (secp256k1-generator-x)
(secp256k1-generator-y)))