* Refactor chacha cuda to be able to test cuda crate but not in OpenCL chacha not implemeted in OpenCL * Get off core::Error
		
			
				
	
	
		
			9 lines
		
	
	
		
			106 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			106 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
#[macro_use]
 | 
						|
extern crate log;
 | 
						|
 | 
						|
#[cfg(test)]
 | 
						|
#[macro_use]
 | 
						|
extern crate hex_literal;
 | 
						|
 | 
						|
pub mod chacha_cuda;
 |