Hello, I'm writing following the suggestion in your contribute page to
report a few missing things in the bcrypt.h header.
I found at least three missing functions plus related structs and flags
after a quick look at
https://msdn.microsoft.com/en-us/library/windows/desktop/aa833130(v=vs.85).aspx

BCryptHash()
BCryptCreateMultiHash()
BCryptProcessMultiOperations()
enum BCRYPT_MULTI_OPERATION_TYPE
- BCRYPT_OPERATION_TYPE_HASH
struct BCRYPT_MULTI_HASH_OPERATION
struct BCRYPT_MULTI_OBJECT_LENGTH_STRUCT
enum BCRYPT_HASH_OPERATION_TYPE
- BCRYPT_HASH_OPERATION_HASH_DATA
- BCRYPT_HASH_OPERATION_FINISH_HASH
BCYRPT_MULTI_FLAG

All of the above are new API introduced on Windows 8.1 Update/Server
2008 Update, except for BCryptHash which was introduced on Windows
10/Server 2016.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to