static const variable
This commit is contained in:
		
							parent
							
								
									8dceba2e68
								
							
						
					
					
						commit
						79d47278bb
					
				| @ -34,7 +34,7 @@ int mp_kronecker(const mp_int *a, const mp_int *p, int *c) | ||||
|    int e = MP_OKAY; | ||||
|    int v, k; | ||||
| 
 | ||||
|    const int table[8] = {0, 1, 0, -1, 0, -1, 0, 1}; | ||||
|    static const int table[8] = {0, 1, 0, -1, 0, -1, 0, 1}; | ||||
| 
 | ||||
|    if (mp_iszero(p)) { | ||||
|       if (a->used == 1 && a->dp[0] == 1) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user