MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / S256

Function S256

crypto/secp256k1/curve.go:325–327  ·  view source on GitHub ↗

S256 returns a BitCurve which implements secp256k1.

()

Source from the content-addressed store, hash-verified

323
324// S256 returns a BitCurve which implements secp256k1.
325func S256() *BitCurve {
326 return theCurve
327}

Callers 3

generateKeyPairFunction · 0.92
CompressPubkeyFunction · 0.70
generateKeyPairFunction · 0.70

Calls

no outgoing calls

Tested by 2

generateKeyPairFunction · 0.74
generateKeyPairFunction · 0.56