summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/random.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-07upstream portable fix for ocsp_testbcook1-1/+6
2023-07-07Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck117-1982/+320
me aliasing symbols not in the headers I was procesing. This unbreaks the namespace build so it will pass again ok tb@
2023-07-07Provide optimised bn_mulw() for riscv64.jsing1-7/+11
This provides a 1.5-2x performance gain for BN multiplication, with a similar improvement being seen for RSA operations.
2023-07-07Remove symbols already declared in the public headertb1-6/+1
ok bcook beck jsing