diff options
author | tb <> | 2022-06-20 19:32:35 +0000 |
---|---|---|
committer | tb <> | 2022-06-20 19:32:35 +0000 |
commit | c0609115dd28ab28056f1c6333df2819501cb6e5 (patch) | |
tree | 8c877056095481645ea7ae0c264035aa7db9a566 /src/lib/libc | |
parent | f61f94aad9d44721a1a98c8fea235d8c2ac50cc9 (diff) | |
download | openbsd-c0609115dd28ab28056f1c6333df2819501cb6e5.tar.gz openbsd-c0609115dd28ab28056f1c6333df2819501cb6e5.tar.bz2 openbsd-c0609115dd28ab28056f1c6333df2819501cb6e5.zip |
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 'src/lib/libc')
0 files changed, 0 insertions, 0 deletions