You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove static dependency on bcrypt.dll, advapi32.dll, userenv.dll
- Make `home_dir_crt` return `None` if the required APIs are not available
- Fall back to `RtlGenRandom` if `BCryptGenRandom` is not supported
- Fall back to custom `hashmap_random_keys` implementation if `RtlGenRandom` is also not supported
0 commit comments