array declaration with its size
This commit is contained in:
		
							parent
							
								
									759ed1f050
								
							
						
					
					
						commit
						4430c6bc5f
					
				@ -504,7 +504,7 @@ int mp_exptmod(mp_int *a, mp_int *b, mp_int *c, mp_int *d);
 | 
				
			|||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* table of first PRIME_SIZE primes */
 | 
					/* table of first PRIME_SIZE primes */
 | 
				
			||||||
extern const mp_digit ltm_prime_tab[];
 | 
					extern const mp_digit ltm_prime_tab[PRIME_SIZE];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* result=1 if a is divisible by one of the first PRIME_SIZE primes */
 | 
					/* result=1 if a is divisible by one of the first PRIME_SIZE primes */
 | 
				
			||||||
int mp_prime_is_divisible(mp_int *a, int *result);
 | 
					int mp_prime_is_divisible(mp_int *a, int *result);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user