secp2561k.go 230 B

12345678910
  1. // +build jwx_es256k
  2. package jwa
  3. // This constant is only available if compiled with jwx_es256k build tag
  4. const Secp256k1 EllipticCurveAlgorithm = "secp256k1"
  5. func init() {
  6. allEllipticCurveAlgorithms[Secp256k1] = struct{}{}
  7. }