picloud hash key

This commit is contained in:
2021-08-12 22:05:02 +03:00
parent 1a2e9afaef
commit 97b0b6fc0c
3 changed files with 18 additions and 2 deletions

View File

@@ -58,6 +58,9 @@ public:
//! Generate hash from bytearray
static PIByteArray hash(const PIByteArray & data);
//! Generate hash from bytearray
static PIByteArray hash(const PIByteArray & data, const unsigned char * key, size_t keylen);
//! Returns hash size
static size_t sizeHash();