mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Replace NSS with Pale Moon's
This commit is contained in:
parent
ff1e5e48bf
commit
8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions
|
|
@ -52,3 +52,12 @@
|
|||
PORT_SetError(SEC_ERROR_LIBRARY_FAILURE); \
|
||||
break; \
|
||||
}
|
||||
|
||||
/* Fill the `used` digits of an mp_int with random bits */
|
||||
mp_err mpp_random_secure(mp_int *a);
|
||||
|
||||
/* Pseudo-primality testing using `mpp_random_secure` to choose Miller-Rabin base */
|
||||
mp_err mpp_pprime_secure(mp_int *a, int nt);
|
||||
|
||||
/* Variant of `mpp_make_prime` using `mpp_random_secure` to choose Miller-Rabin base */
|
||||
mp_err mpp_make_prime_secure(mp_int *start, mp_size nBits, mp_size strong);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue