diff --git a/internal/bcrypt/bcrypt_windows.go b/internal/bcrypt/bcrypt_windows.go index 01f7fa3..0aea2f4 100644 --- a/internal/bcrypt/bcrypt_windows.go +++ b/internal/bcrypt/bcrypt_windows.go @@ -3,6 +3,11 @@ //go:generate go run github.com/microsoft/go-crypto-winnative/cmd/mksyscall -output zsyscall_windows.go bcrypt_windows.go +// Package bcrypt implements interop with bcrypt.dll, a component of Windows CNG. +// See https://learn.microsoft.com/en-us/windows/win32/api/bcrypt/ +// and https://learn.microsoft.com/en-us/windows/win32/seccng/cng-algorithm-identifiers +// +// Note: this package is not related to the bcrypt password hashing algorithm. package bcrypt import (