# Packages

Package ln is a package that implement a signature proposed in the lightning network protocol, but not yet specified.

# Interfaces

Keys tagger interface to store the information about the key (if any) that are used to sign a message.
Signer is a common interface that give the possibility to implement a signer and verify algorithm in pure go.