#protocols #signer #lightning #handler #vls #cryptography #operations

no-std vls-protocol-signer

A library for implementing a Lightning signer, which externalizes and secures cryptographic operations

15 releases

new 0.11.1 May 17, 2024
0.11.0 Feb 29, 2024
0.11.0-rc.1 Nov 29, 2023
0.10.0 Aug 17, 2023
0.2.0 Mar 14, 2023

#632 in Magic Beans

Download history 276/week @ 2024-01-26 435/week @ 2024-02-02 616/week @ 2024-02-09 409/week @ 2024-02-16 797/week @ 2024-02-23 1130/week @ 2024-03-01 830/week @ 2024-03-08 1034/week @ 2024-03-15 570/week @ 2024-03-22 268/week @ 2024-03-29 454/week @ 2024-04-05 712/week @ 2024-04-12 659/week @ 2024-04-19 400/week @ 2024-04-26 406/week @ 2024-05-03 451/week @ 2024-05-10

2,043 downloads per month
Used in 5 crates (3 directly)

Apache-2.0

1.5MB
29K SLoC

VLS Protocol Signer

This crate implements a signer for VLS protocol / C-Lightning / Greenlight.

It is both:

  • a no_std library for implementing the VLS protocol in embedded environments
  • a binary for Unix systems that replaces the C-Lightning hsmd

lib.rs:

A protocol handler for the VLS protocol. See handler::Handler for more details.

Dependencies

~19MB
~293K SLoC