Enforces sig_rec length in message_signing
[rust-lightning] / lightning / src / util / message_signing.rs
2021-07-20 Sergi Delgado SeguraEnforces sig_rec length in message_signing
2021-07-08 Matt CoralloMerge pull request #961 from TheBlueMatt/2021-06-workar...
2021-07-05 Matt CoralloMerge pull request #958 from TheBlueMatt/2021-06-fix...
2021-07-01 Matt CoralloMerge pull request #954 from TheBlueMatt/2021-06-no...
2021-06-30 Matt CoralloMerge pull request #973 from TheBlueMatt/2021-06-fix...
2021-06-29 Matt CoralloMerge pull request #965 from TheBlueMatt/2021-06-log...
2021-06-29 Matt CoralloMerge pull request #974 from sr-gi/message_signing_borrow
2021-06-29 Sergi Delgado SeguraPasses references to the public and secret keys to...
2021-06-23 Matt CoralloMerge pull request #950 from TheBlueMatt/2021-06-changelog
2021-06-18 Matt CoralloMerge pull request #956 from jkczyz/2021-06-validate-pub
2021-06-18 Matt CoralloMerge pull request #955 from TheBlueMatt/2021-06-rustc...
2021-06-17 Matt CoralloMake links in message signing docs rustdoc links
2021-05-31 Matt CoralloMerge pull request #892 from TheBlueMatt/2021-04-fix...
2021-05-31 Matt CoralloMerge pull request #931 from jkczyz/2021-05-http-client...
2021-05-27 Matt CoralloMerge pull request #928 from TheBlueMatt/2021-05-really...
2021-05-27 Matt CoralloMerge pull request #924 from GeneFerneau/alloc
2021-05-27 Gene FerneauUse alloc for no_std builds
2021-05-24 Matt CoralloMerge pull request #851 from TheBlueMatt/2021-03-holdin...
2021-05-24 Matt CoralloMerge pull request #926 from GeneFerneau/core
2021-05-23 Gene FerneauUse core replacements for std members
2021-04-27 Matt CoralloMerge pull request #854 from TheBlueMatt/2021-03-fix...
2021-04-23 Matt CoralloMerge pull request #889 from jkczyz/2021-04-electrum...
2021-04-21 Matt CoralloMerge pull request #887 from valentinewallace/invoice...
2021-04-20 Matt CoralloMerge pull request #844 from sr-gi/843-ln-signing
2021-04-16 Sergi Delgado SeguraAdds lightning message signing/verification/pk_recovery