#include "mbedtls/bignum.h"
浏览源代码.
◆ check_exp_mod_harden_can_do()
| int check_exp_mod_harden_can_do |
( |
const mbedtls_mpi * |
A, |
|
|
const mbedtls_mpi * |
E, |
|
|
const mbedtls_mpi * |
N |
|
) |
| |
Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2024-2024. All rights reserved. Description: mbedtls alt bignum header.
Create: 2024-07-10
◆ check_mod_harden_can_do()
| int check_mod_harden_can_do |
( |
const mbedtls_mpi * |
A, |
|
|
const mbedtls_mpi * |
B |
|
) |
| |
◆ exp_mod_harden()
| int exp_mod_harden |
( |
mbedtls_mpi * |
X, |
|
|
const mbedtls_mpi * |
A, |
|
|
const mbedtls_mpi * |
E, |
|
|
const mbedtls_mpi * |
N |
|
) |
| |
◆ mod_harden()
| int mod_harden |
( |
mbedtls_mpi * |
R, |
|
|
const mbedtls_mpi * |
A, |
|
|
const mbedtls_mpi * |
B |
|
) |
| |