summary refs log tree commit diff
path: root/crypto/test/src/util/utiltest/IntegersTest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Integers.PopCountPeter Dettman2023-03-011-0/+33
|
* NTZ for 0 should be 32/64 resp.Peter Dettman2021-06-011-0/+36
- add tests for NLZ, NTZ - round out methods for Longs class