//
pkg.gl
Category
github.com/LNOpenMetrics/lnmetrics.utils
sign
package
0.1.0
Repository:
https://github.com/lnopenmetrics/lnmetrics.utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
9 SLOC
#
Packages
ln
Package ln is a package that implement a signature proposed in the lightning network protocol, but not yet specified.
#
Interfaces
Keys
Keys tagger interface to store the information about the key (if any) that are used to sign a message.
Signer
Signer is a common interface that give the possibility to implement a signer and verify algorithm in pure go.