#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

18 releases

0.12.0 Aug 9, 2024
0.12.0-rc.2 Jun 26, 2024
0.11.0 Feb 29, 2024
0.11.0-rc.1 Nov 29, 2023
0.2.0 Mar 14, 2023

#14 in #signer

Download history 501/week @ 2024-08-09 250/week @ 2024-08-16 387/week @ 2024-08-23 375/week @ 2024-08-30 131/week @ 2024-09-06 179/week @ 2024-09-13 264/week @ 2024-09-20 544/week @ 2024-09-27 520/week @ 2024-10-04 553/week @ 2024-10-11 390/week @ 2024-10-18 180/week @ 2024-10-25 337/week @ 2024-11-01 305/week @ 2024-11-08 327/week @ 2024-11-15 447/week @ 2024-11-22

1,444 downloads per month
Used in 7 crates (4 directly)

Apache-2.0

1.5MB
30K 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

~18–24MB
~315K SLoC