Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
number571 committed Jan 8, 2025
1 parent f74c40c commit 7967636
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion pkg/crypto/asymmetric/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ import (
"github.com/number571/go-peer/pkg/types"
)

type IPubKeyHash = []byte

type IMapPubKeys interface {
GetPubKey([]byte) IPubKey
GetPubKey(IPubKeyHash) IPubKey
DelPubKey(IPubKey)
SetPubKey(IPubKey)
}
Expand Down
2 changes: 1 addition & 1 deletion test/result/badge_codelines.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions test/result/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7967636

Please sign in to comment.