Add keccak-secp256k1 instruction (#11839)
* Implement keccak-secp256k1 instruction Verifies eth addreses with ecrecover function * Move secp256k1 test
This commit is contained in:
		@@ -37,6 +37,7 @@ pub mod pubkey;
 | 
			
		||||
pub mod rent;
 | 
			
		||||
pub mod rpc_port;
 | 
			
		||||
pub mod sanitize;
 | 
			
		||||
pub mod secp256k1_program;
 | 
			
		||||
pub mod short_vec;
 | 
			
		||||
pub mod slot_hashes;
 | 
			
		||||
pub mod slot_history;
 | 
			
		||||
@@ -89,6 +90,8 @@ pub mod genesis_config;
 | 
			
		||||
#[cfg(not(feature = "program"))]
 | 
			
		||||
pub mod hard_forks;
 | 
			
		||||
#[cfg(not(feature = "program"))]
 | 
			
		||||
pub mod secp256k1;
 | 
			
		||||
#[cfg(not(feature = "program"))]
 | 
			
		||||
pub mod shred_version;
 | 
			
		||||
#[cfg(not(feature = "program"))]
 | 
			
		||||
pub mod signature;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user