mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
re-introduce old nss im too tired for this
This commit is contained in:
parent
3c46be320d
commit
3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions
|
|
@ -222,9 +222,10 @@ mpl_lsh(const mp_int *a, mp_int *b, mp_digit d)
|
|||
/* {{{ mpl_num_set(a, num) */
|
||||
|
||||
mp_err
|
||||
mpl_num_set(mp_int *a, unsigned int *num)
|
||||
mpl_num_set(mp_int *a, int *num)
|
||||
{
|
||||
unsigned int ix, db, nset = 0;
|
||||
unsigned int ix;
|
||||
int db, nset = 0;
|
||||
mp_digit cur;
|
||||
unsigned char reg;
|
||||
|
||||
|
|
@ -252,9 +253,10 @@ mpl_num_set(mp_int *a, unsigned int *num)
|
|||
/* {{{ mpl_num_clear(a, num) */
|
||||
|
||||
mp_err
|
||||
mpl_num_clear(mp_int *a, unsigned int *num)
|
||||
mpl_num_clear(mp_int *a, int *num)
|
||||
{
|
||||
unsigned int ix, db, nset = 0;
|
||||
unsigned int ix;
|
||||
int db, nset = 0;
|
||||
mp_digit cur;
|
||||
unsigned char reg;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue