From ec5e6f0dc31384e3bd9dbe762d2fd350e6c2627e Mon Sep 17 00:00:00 2001 From: George Adams Date: Thu, 31 Oct 2024 16:38:17 +0000 Subject: [PATCH] enable go reference badge completing the TODO now that the code is public --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ad924d2..7a768a6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # go-crypto-winnative - The `cng` package implements Go crypto primitives on Windows using [CNG](https://docs.microsoft.com/en-us/windows/win32/seccng/cng-portal). When configured correctly, CNG can be executed in FIPS mode.