diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-06-20 19:32:36 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-06-20 19:32:36 +0000 |
commit | a0a04d9961b372a2faca322405b872bca45fa2ea (patch) | |
tree | 7d6c4792aa06dcb8338d679d4d67c6e09dc2424a /regress | |
parent | 2f016ffe048ba18d9ae011d8e62787717872a5aa (diff) |
Clean up BN_kronecker()
Instead of "Cohen's step N" explain in words what is being done. Things
such as (A & B & 2) != 0 being equivalent to (-1)^((A-1)(B-1)/4) being
negative are not entirely obvious... Remove the strange error dance and
adjust variable names to what Cohen's book uses. Simplify various curly
bits.
ok jsing
Diffstat (limited to 'regress')
0 files changed, 0 insertions, 0 deletions