mirror of
				https://github.com/crypto-pro-web/crypto-pro-php.git
				synced 2025-10-31 10:23:22 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			121 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			121 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
| <?php
 | |
| 
 | |
| namespace Webmasterskaya\CryptoPro\Traits;
 | |
| 
 | |
| interface ReversMapInterface
 | |
| {
 | |
| 	public static function reverseMap();
 | |
| } |