package
Version:
v1.11.3
Opens a new window with list of versions in this module.
Published: Aug 13, 2026
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
Documentation
¶
type Signer interface {
Sign(message []byte) (signature []byte, err error)
}
type Verifier interface {
Verify(message []byte, signature []byte) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.