Merkle root hash computation
authorJeffrey Czyz <jkczyz@gmail.com>
Tue, 9 Aug 2022 22:37:02 +0000 (17:37 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Fri, 9 Dec 2022 14:53:45 +0000 (08:53 -0600)
commita7adc7602a7865b677095ef2cdb80d290dff1170
tree92326259a6c792ea862cd2fd57a75074545f4f8c
parent05bf27f7458ed5736f2b16dd027b2722c7852fe6
Merkle root hash computation

Offers uses a merkle root hash construction for signature calculation
and verification. Add a submodule implementing this so that it can be
used when parsing and signing invoice_request and invoice messages.
lightning/src/offers/merkle.rs [new file with mode: 0644]
lightning/src/offers/mod.rs