#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 637/week @ 2024-07-30 549/week @ 2024-08-06 371/week @ 2024-08-13 267/week @ 2024-08-20 354/week @ 2024-08-27 315/week @ 2024-09-03 140/week @ 2024-09-10 182/week @ 2024-09-17 485/week @ 2024-09-24 485/week @ 2024-10-01 530/week @ 2024-10-08 543/week @ 2024-10-15 208/week @ 2024-10-22 222/week @ 2024-10-29 292/week @ 2024-11-05 325/week @ 2024-11-12

1,200 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
~293K SLoC