dcrd/dcrec
Dave Collins 1eff7272fd
secp256k1: Correct 96-bit accum double overflow.
This corrects the internal 96-bit accumulator used during modular
reduction over the curve order (ModNScalar) to properly handle the case
when both words of the multi-word addition overflow and adds accumulator
tests for all potential overflow conditions to ensure correctness.
2021-11-03 06:56:47 -05:00
..
edwards multi: sprinkle on more errors.As/Is 2020-12-24 13:46:38 -06:00
secp256k1 secp256k1: Correct 96-bit accum double overflow. 2021-11-03 06:56:47 -05:00
common.go multi: Address some golint complaints. 2018-10-10 19:50:06 -05:00
go.mod multi: Don't use deprecated ioutil package. 2021-09-01 06:09:37 -05:00