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

Function TestRandomMessagesWithSameKey

crypto/secp256k1/secp256_test.go:131–137  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

129}
130
131func TestRandomMessagesWithSameKey(t *testing.T) {
132 pubkey, seckey := generateKeyPair()
133 keys := func() ([]byte, []byte) {
134 return pubkey, seckey
135 }
136 signAndRecoverWithRandomMessages(t, keys)
137}
138
139func TestRandomMessagesWithRandomKeys(t *testing.T) {
140 keys := func() ([]byte, []byte) {

Callers

nothing calls this directly

Calls 2

generateKeyPairFunction · 0.70

Tested by

no test coverage detected