mirror of
https://github.com/libAthena/athena.git
synced 2025-12-12 14:46:12 +00:00
New code style refactor
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
#pragma once
|
||||
#include "athena/Types.hpp"
|
||||
|
||||
namespace ecc
|
||||
{
|
||||
namespace ecc {
|
||||
void checkEC(atUint8* ng, atUint8* ap, atUint8* sig, atUint8* sigHash, bool& apValid, bool& ngValid);
|
||||
void makeECCert(atUint8* cert, atUint8* sig, const char* signer, const char* name, atUint8* priv, atUint32 keyId);
|
||||
void createECDSA(atUint8* R, atUint8* S, atUint8* k, atUint8* hash);
|
||||
}
|
||||
|
||||
|
||||
} // namespace ecc
|
||||
|
||||
Reference in New Issue
Block a user