| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reimplement BN_print() and BN_print_fp() | tb | 2023-07-09 | 1 | -46/+1 |
| * | Refactor BN_bn2hex() | tb | 2023-07-09 | 1 | -7/+53 |
| * | Hide symbols in bn | beck | 2023-07-08 | 1 | -1/+15 |
| * | Avoid crash in BN_asc2bn() | tb | 2023-06-23 | 1 | -2/+3 |
| * | Fix return check of bn_hex2bn_cbs() | tb | 2023-06-23 | 1 | -3/+3 |
| * | typo: hexidecimal -> hexadecimal | tb | 2023-06-23 | 1 | -2/+2 |
| * | Rewrite BN_{asc,dec,hex}2bn() using CBS. | jsing | 2023-05-28 | 1 | -123/+224 |
| * | Rewrite BN_bn2hex() using CBB/CBS. | jsing | 2023-05-09 | 1 | -25/+35 |
| * | Rewrite BN_bn2dec() using CBB/CBS. | jsing | 2023-05-09 | 1 | -63/+61 |
| * | Rename Hex array to hex_digits. | jsing | 2023-04-19 | 1 | -5/+5 |
| * | Move the BN_bn2bin()/BN_bin2bn() family to bn_convert.c | jsing | 2023-04-19 | 1 | -1/+182 |
| * | Reorder functions. | jsing | 2023-04-19 | 1 | -102/+102 |
| * | Move BN_options() from bn_convert.c to bn_lib.c | jsing | 2023-04-19 | 1 | -20/+1 |
| * | Move BN_bn2mpi()/BN_mpi2bn() into bn_convert.c | jsing | 2023-04-17 | 1 | -1/+73 |
| * | Rename the largely misnamed bn_print.c to bn_convert.c | jsing | 2023-04-14 | 1 | -0/+414 |
