Function report |
Source Code:lib\mpi\mpi-bit.c |
Create Date:2022-07-28 07:18:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Return the number of bits in A.
Proto:unsigned mpi_get_nbits(MPI a)
Type:unsigned
Parameter:
Type | Parameter | Name |
---|---|---|
MPI | a |
45 | If number of valid limbs Then |
46 | alimb = array with the limbs [ number of valid limbs - 1] |
49 | Else n = BITS_PER_MPI_LIMB |
51 | n = BITS_PER_MPI_LIMB - n + ( number of valid limbs - 1) * BITS_PER_MPI_LIMB |
52 | Else n = 0 |
54 | Return n |
Name | Describe |
---|---|
digsig_verify_rsa | RSA Signature verification with public key |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |