mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 21:50:28 +08:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			176 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			176 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| 
								 | 
							
								package encrypt
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								import "testing"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								func TestFindMethodInstance(t *testing.T) {
							 | 
						||
| 
								 | 
							
									t.Log(NewMethodInstance("a", "b", ""))
							 | 
						||
| 
								 | 
							
									t.Log(NewMethodInstance("aes-256-cfb", "123456", ""))
							 | 
						||
| 
								 | 
							
								}
							 |