summaryrefslogtreecommitdiff
path: root/src/lib/libc
diff options
context:
space:
mode:
authortb <>2022-06-20 19:32:35 +0000
committertb <>2022-06-20 19:32:35 +0000
commitc0609115dd28ab28056f1c6333df2819501cb6e5 (patch)
tree8c877056095481645ea7ae0c264035aa7db9a566 /src/lib/libc
parentf61f94aad9d44721a1a98c8fea235d8c2ac50cc9 (diff)
downloadopenbsd-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