Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeAI-Artist/Linkis
/ Bytes
Method
Bytes
crypto/crypto.go:24–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
type
PubKey
interface
{
23
Address() Address
24
Bytes() []byte
25
VerifySignature(msg []byte, sig []byte) bool
26
Equals(PubKey) bool
27
Type() string
Callers
15
TestMempool_CheckTxChecksTxSize
Function · 0.65
TestMempoolRemoteAppConcurrency
Function · 0.65
TestReactor_MaxTxBytes
Function · 0.65
RandVal
Function · 0.65
updateValidator
Method · 0.65
TestLoadWallet
Function · 0.65
MakeValSetChangeTx
Function · 0.65
updateValidator
Method · 0.65
InitChain
Function · 0.65
Run
Method · 0.65
GenPrivKeySecp256k1
Function · 0.65
serializeSig
Function · 0.65
Implementers
1
pubKeyEddie
types/protobuf_test.go
Calls
no outgoing calls
Tested by
15
TestMempool_CheckTxChecksTxSize
Function · 0.52
TestMempoolRemoteAppConcurrency
Function · 0.52
TestReactor_MaxTxBytes
Function · 0.52
TestLoadWallet
Function · 0.52
Test_genPrivKey
Function · 0.52
TestResetValidator
Function · 0.52
TestUnmarshalValidatorKey
Function · 0.52
TestSignVote
Function · 0.52
TestSignProposal
Function · 0.52
TestDifferByTimestamp
Function · 0.52
TestSignerProposal
Function · 0.52
TestSignerVote
Function · 0.52