mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
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:
parent
128d56dd04
commit
32883d3994
4 changed files with 1012 additions and 34 deletions
5
changelog/druntime.bcrypt.dd
Normal file
5
changelog/druntime.bcrypt.dd
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue