summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib
diff options
context:
space:
mode:
authortb <>2023-04-03 21:43:43 +0000
committertb <>2023-04-03 21:43:43 +0000
commitb5c34e79a0f8a9c8f04fad14bc858c12039ecc60 (patch)
treed6478a22652fd20d6b5e8107bfdd36e294f762f5 /src/lib/libc/stdlib
parent7828bf2246f713fdfc0eb48376d5bc49e5612eda (diff)
downloadopenbsd-b5c34e79a0f8a9c8f04fad14bc858c12039ecc60.tar.gz
openbsd-b5c34e79a0f8a9c8f04fad14bc858c12039ecc60.tar.bz2
openbsd-b5c34e79a0f8a9c8f04fad14bc858c12039ecc60.zip
Compress euclid() a little
This function is spread out over way too many lines and has too much repetition. Once this is made a little more compact, it becomes clearer that this is a somewhat obfuscated version of binary gcd (it is not constant time therefore cryptographically unsound. It is not used internally). This will likely go away later. ok jsing
Diffstat (limited to 'src/lib/libc/stdlib')
0 files changed, 0 insertions, 0 deletions