Initial support for MS CryptoAPI added

XML hashing implemented with wxExtend's cryptographic classes now
This commit is contained in:
Simon Rozman
2016-03-18 10:49:20 +01:00
parent 40ffe7d7f8
commit a2c8cfd710
7 changed files with 482 additions and 28 deletions

View File

@@ -19,6 +19,7 @@
#pragma once
#include "crypto.h"
#include "common.h"
#include <wx/string.h>
@@ -113,4 +114,4 @@ inline wxString wxXmlEscapeAttr(_In_ const wxString& str)
/// \param[in] node Root node
///
///
void WXEXTEND_API wxXmlHashNode(_In_ HCRYPTHASH hash, const wxXmlNode *node);
bool WXEXTEND_API wxXmlHashNode(_In_ wxCryptoHash &hash, const wxXmlNode *node);