lnd/lnencrypt
Erick Cestari aca27e27f5
lint: remove redundant loop var copies in test files
Since Go 1.22 loop variables are scoped per-iteration, so the
`x := x` / `a, b := a, b` copies inside range/for loops are no longer
needed. This removes the existing redundant copies in test files.
2026-06-03 15:32:45 -03:00
..
crypto.go lnencrypt: add ECDHEncryptor 2024-01-09 12:32:38 +01:00
crypto_test.go lint: remove redundant loop var copies in test files 2026-06-03 15:32:45 -03:00
test_utils.go lnencrypt: Moves the crypto functions in the chanbackup package into its own package called lnencrypt 2022-09-30 01:53:45 -05:00