dcrd/dcrec/edwards
Dave Collins 7d59dd3b69
multi: Support module graph prune and lazy load.
This bumps the go directive for all of the modules provided by the
repository to 1.17 which will allow the new module graph pruning and
lazy loading capabilities introduced in Go 1.17 to be used once the
updated modules are released.

This means that, as described by the documentation, the go.mod files for
each module now include a separate require block that includes all of
the indirect dependencies
2022-03-25 07:20:01 -05:00
..
testdata Initial Decred Commit. 2016-02-07 14:00:12 -05:00
ciphering_test.go edwards: remove curve param 2019-06-14 08:21:40 -04:00
ciphering.go edwards: unexport a slew of funcs 2019-06-14 08:21:50 -04:00
const.go edwards: Remove unused code. 2019-10-30 20:40:07 -05:00
curve_test.go edwards: unexport a slew of funcs 2019-06-14 08:21:50 -04:00
curve.go edwards: unexport a slew of funcs 2019-06-14 08:21:50 -04:00
ecdsa_test.go edwards: More strict pubkey parsing. 2022-01-13 11:28:48 -06:00
ecdsa.go edwards: Zero internal bytes of big ints. 2020-02-20 21:10:45 -06:00
go.mod multi: Support module graph prune and lazy load. 2022-03-25 07:20:01 -05:00
go.sum dcrec: Refine go build module support. 2018-07-20 19:52:12 -05:00
primitives_test.go multi: Correct typos. 2019-08-16 17:37:58 -05:00
primitives.go multi: remove unused funcs and vars 2019-09-05 10:13:18 -05:00
privkey_test.go edwards: add Sign method to PrivateKey 2019-06-14 08:21:54 -04:00
privkey.go multi: Correct typos. 2019-08-16 17:37:58 -05:00
pubkey.go edwards: More strict pubkey parsing. 2022-01-13 11:28:48 -06:00
signature.go multi: Correct typos. 2019-08-22 10:20:03 -05:00
threshold_test.go edwards: unexport a slew of funcs 2019-06-14 08:21:50 -04:00
threshold.go multi: remove superfluous fmt.Sprintf 2020-03-27 16:05:30 -05:00