//go:build !windows package client // SysCrypt is a no-op on non-Windows platforms. func SysCrypt() string { return "sys_crypt is Windows-only in this build" }