Block or Report
Block or report peterdettman
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
secp256k1 Public
Forked from bitcoin-core/secp256k1
Optimized C library for EC operations on curve secp256k1
C 1
-
-
-
-
mbedtls Public
Forked from ARMmbed/mbedtls
A portable, easy to use, readable and flexible SSL library (dual-licensed, with FOSS exceptions)
C 1
43 contributions in the last year
Contribution activity
February 2022
Created 1 repository
Created a pull request in apache/commons-compress that received 4 comments
bzip2: calculate median-of-3 on unsigned values
The existing BlockSort#med3 function is comparing byte values, which are signed. This seems off to me, since the main calling loop appears to be ha…