better api
This commit is contained in:
@@ -16,7 +16,7 @@ public:
|
||||
static bool Sign( RString sPath, RString &sSignatureOut, RString sPrivateKey );
|
||||
static bool VerifyFileWithFile( RString sPath, RString sSignatureFile = "" );
|
||||
static bool VerifyFileWithFile( RString sPath, RString sSignatureFile, RString sPublicKeyFile );
|
||||
static bool Verify( RString sPath, RString sSignature, RString sPublicKey );
|
||||
static bool Verify( RageFileBasic &file, RString sSignature, RString sPublicKey );
|
||||
|
||||
static void GetRandomBytes( void *pData, int iBytes );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user