better api

This commit is contained in:
Glenn Maynard
2007-01-31 03:05:43 +00:00
parent 8d9318adcb
commit c4f600fa9f
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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 );