| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-15 | 1.2 kB | |
| Release Notes - 5.0.7 source code.tar.gz | 2026-08-15 | 17.3 MB | |
| Release Notes - 5.0.7 source code.zip | 2026-08-15 | 18.6 MB | |
| Totals: 3 Items | 35.9 MB | 2 | |
Additions
- Add ML-KEM/ML-DSA support to BCrypt and NCrypt APIs
- Added support for ML-KEM and ML-DSA algorithms, including composite variants, in BCrypt and NCrypt APIs. Introduced new constants for algorithm identifiers and parameter sets. Added property names for KEM shared secret and ciphertext lengths. Implemented P/Invoke signatures for encapsulation/decapsulation functions with XML docs. Updated NCryptSetProperty for string handling. Added unit tests for encapsulation and round-trip verification.
- Add TOUCHPAD_ACTION enum and P/Invoke methods for gestures
- Added TOUCHPAD_ACTION enum for touchpad gestures (tap/press/release, inertia).
- Introduced P/Invoke for InjectTouchpadAction and ReportWindowContentInertia.
- Added CreateProcessWithTokenW overload with STARTUPINFOEX as a parameter [#628]
- Added WTSActiveSessionExists method
- Added BCryptDecapsulate function
Fixes
- Fixed bugs in NtQueryInformationProcess unit test
- Fixed type expression for PROCESSINFOCLASS.ProcessWow64Information
- Fixed DllImport for MRU methods
- Fixed incorrect parameter attribute for IFileDialog.Close (#633)
Full Changelog: https://github.com/dahall/Vanara/compare/v5.0.6...v5.0.7