dmd/changelog/druntime.bcrypt.dd
2025-02-14 08:23:16 +08:00

7 lines
374 B
Text

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.