mirror of
				https://github.com/TeaOSLab/EdgeAPI.git
				synced 2025-11-04 07:50:25 +08:00 
			
		
		
		
	阶段性提交
This commit is contained in:
		
							
								
								
									
										8
									
								
								internal/encrypt/method_utils_test.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								internal/encrypt/method_utils_test.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
package encrypt
 | 
			
		||||
 | 
			
		||||
import "testing"
 | 
			
		||||
 | 
			
		||||
func TestFindMethodInstance(t *testing.T) {
 | 
			
		||||
	t.Log(NewMethodInstance("a", "b", ""))
 | 
			
		||||
	t.Log(NewMethodInstance("aes-256-cfb", "123456", ""))
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user