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

Method PubKey

crypto/asymmetric/keypair.go:156–158  ·  view source on GitHub ↗

PubKey return the public key.

()

Source from the content-addressed store, hash-verified

154
155// PubKey return the public key.
156func (private *PrivateKey) PubKey() *PublicKey {
157 return (*PublicKey)((*ec.PrivateKey)(private).PubKey())
158}
159
160// paddedAppend appends the src byte slice to dst, returning the new slice. If the length of the
161// source is smaller than the passed size, leading zero bytes are appended to the dst slice before

Callers 15

startTestServiceFunction · 0.95
TestCreateFunction · 0.95
InitLocalKeyPairFunction · 0.95
GenSecp256k1KeyPairFunction · 0.95
NewDatabaseFunction · 0.95
TestChainFunction · 0.80
setupFunction · 0.80
TestMetaStateFunction · 0.80
CreateFunction · 0.80
TestIssueKeysFunction · 0.80
TestTxCreateDatabaseFunction · 0.80
TestCipheringBasicFunction · 0.80

Calls

no outgoing calls

Tested by 15

startTestServiceFunction · 0.76
TestCreateFunction · 0.76
TestChainFunction · 0.64
setupFunction · 0.64
TestMetaStateFunction · 0.64
TestIssueKeysFunction · 0.64
TestTxCreateDatabaseFunction · 0.64
TestCipheringBasicFunction · 0.64
TestLocalKeyStoreFunction · 0.64
TestSaveLoadPrivateKeyFunction · 0.64
TestInitLocalKeyPairFunction · 0.64
TestDBFunction · 0.64