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
|
|
@ -52,12 +52,3 @@
|
|||
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