lnd/chanbackup
Graham Krizek e0fc5bb234
lnencrypt: Moves the crypto functions in the chanbackup package into its own package called lnencrypt
The functions inside of the crypto.go file in chanbackup (like EncryptPayloadToWriter and DecryptPayloadFromReader) can be used by a lot of things outside of just the chanbackup package. We can't just reference them directly from the chanbackup package because it's likely that it would generate circular dependencies. Therefore we need to move these functions into their own package to be referenced by chanbackup and whatever new functionality that needs them
2022-09-30 01:53:45 -05:00
..
backup_test.go multi: move many t.Fatalf calls to require.NoError 2022-06-17 04:26:55 +00:00
backup.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
backupfile_test.go lnencrypt: Moves the crypto functions in the chanbackup package into its own package called lnencrypt 2022-09-30 01:53:45 -05:00
backupfile.go chanbackup: always close SCB file after reading 2020-07-10 16:20:32 -07:00
log.go chanbackup: add logger 2019-01-23 18:11:25 -08:00
multi_test.go lnencrypt: Moves the crypto functions in the chanbackup package into its own package called lnencrypt 2022-09-30 01:53:45 -05:00
multi.go lnencrypt: Moves the crypto functions in the chanbackup package into its own package called lnencrypt 2022-09-30 01:53:45 -05:00
pubsub_test.go lnencrypt: Moves the crypto functions in the chanbackup package into its own package called lnencrypt 2022-09-30 01:53:45 -05:00
pubsub.go multi: add logs when subservers are starting 2022-02-11 21:17:03 +08:00
recover_test.go lnencrypt: Moves the crypto functions in the chanbackup package into its own package called lnencrypt 2022-09-30 01:53:45 -05:00
recover.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
single_test.go lnencrypt: Moves the crypto functions in the chanbackup package into its own package called lnencrypt 2022-09-30 01:53:45 -05:00
single.go lnencrypt: Moves the crypto functions in the chanbackup package into its own package called lnencrypt 2022-09-30 01:53:45 -05:00