use libtomcrypt

This commit is contained in:
Glenn Maynard
2007-01-24 07:36:25 +00:00
parent 9fcf64cfe1
commit e774124126
2 changed files with 210 additions and 42 deletions
+1
View File
@@ -15,6 +15,7 @@ public:
static void SignFileToFile( RString sPath, RString sSignatureFile = "" );
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 void GetRandomBytes( void *pData, int iBytes );