Skip to content

Commit

Permalink
Add Windows BCrypt bindings (#20740)
Browse files Browse the repository at this point in the history
* Update sdkddkver/w32api bindings

* Add BCrypt bindings

---------

Co-authored-by: IchorDev <[email protected]>
  • Loading branch information
ichordev and IchorDev authored Jan 25, 2025
1 parent 128d56d commit 32883d3
Show file tree
Hide file tree
Showing 4 changed files with 1,013 additions and 35 deletions.
5 changes: 5 additions & 0 deletions changelog/druntime.bcrypt.dd
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 32883d3

Please sign in to comment.