#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

#15 in #signer

Download history 372/week @ 2024-07-20 630/week @ 2024-07-27 568/week @ 2024-08-03 400/week @ 2024-08-10 288/week @ 2024-08-17 339/week @ 2024-08-24 376/week @ 2024-08-31 105/week @ 2024-09-07 204/week @ 2024-09-14 269/week @ 2024-09-21 554/week @ 2024-09-28 590/week @ 2024-10-05 523/week @ 2024-10-12 331/week @ 2024-10-19 193/week @ 2024-10-26 317/week @ 2024-11-02

1,487 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

~17–23MB
~295K SLoC