Add Windows BCrypt bindings (#20740)

* Update sdkddkver/w32api bindings

* Add BCrypt bindings

---------

Co-authored-by: IchorDev <ichordev@noreply.git.sleeping.town>
This commit is contained in:
IchorDev 2025-01-26 01:33:27 +10:00 committed by GitHub
parent 128d56dd04
commit 32883d3994
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1012 additions and 34 deletions

View file

@ -0,0 +1,5 @@
Add Windows BCrypt bindings under `core.sys.windows.bcrypt`
Adds full [BCrypt API](https://learn.microsoft.com/en-us/windows/win32/api/bcrypt/) bindings to the Windows-specific system bindings.
The Windows-specific bindings under `core.sys.windows.sdkddkver` and `core.sys.windows.w32api` have also been updated in order to facilitate the creation of the BCrypt bindings.