mirror of
				https://github.com/jakcron/nstool.git
				synced 2025-11-04 10:34:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			266 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			266 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#pragma once
 | 
						|
#include <nn/pki/sign.h>
 | 
						|
#include <fnd/sha.h>
 | 
						|
 | 
						|
namespace nn
 | 
						|
{
 | 
						|
namespace pki
 | 
						|
{
 | 
						|
 | 
						|
namespace sign
 | 
						|
{
 | 
						|
	nn::pki::sign::SignatureAlgo getSignatureAlgo(pki::sign::SignatureId sign_id);
 | 
						|
	nn::pki::sign::HashAlgo getHashAlgo(pki::sign::SignatureId sign_id);
 | 
						|
}
 | 
						|
	
 | 
						|
}
 | 
						|
} |