mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
17 lines
No EOL
266 B
C++
17 lines
No EOL
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);
|
|
}
|
|
|
|
}
|
|
} |