Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CryptoAdapter ¶
type CryptoAdapter struct{}
func NewCryptoAdapter ¶
func NewCryptoAdapter() *CryptoAdapter
func (*CryptoAdapter) HashDigest ¶
func (c *CryptoAdapter) HashDigest(src []byte) string
func (*CryptoAdapter) Verify ¶
func (c *CryptoAdapter) Verify(pubkey, msg, signature []byte) bool
Click to show internal directories.
Click to hide internal directories.