Age | Commit message (Collapse) | Author |
|
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
Commits of previous years:
* 2020: fa0074e2d82928016a43ca408717154a1c70a4db
* 2019: aaaaad6ac95b402fe18d019d67897ced6b316ee0
|
|
Division of MuHash objects are very expensive and multiplication relatively cheap. The whole idea of introducing and tracking numerator and denominators seperately as a representation of the internal state was so that divisions would be rare. So using divison in the Remove method did not make any sense and was just a silly mistake which is corrected here.
|
|
Also fixes a typo.
|
|
Co-authored-by: Pieter Wuille <pieter.wuille@gmail.com>
|
|
Num3072 is a specialized bignum implementation used in MuHash3072.
Co-authored-by: Pieter Wuille <pieter.wuille@gmail.com>
|