]> Cypherpunks repositories - gostls13.git/commit
crypto/fips140: new package
authorFilippo Valsorda <filippo@golang.org>
Fri, 22 Nov 2024 02:12:52 +0000 (03:12 +0100)
committerGopher Robot <gobot@golang.org>
Fri, 22 Nov 2024 03:07:04 +0000 (03:07 +0000)
commitb2f7a2154a36c6dd7d20c53205aab6348228618f
tree4dad3a777b02ec786c855cd7788bc6055743625e
parent918765b619b87a603c40b331bd5f5e2335d265f0
crypto/fips140: new package

This package holds only the Enabled() function.

Updates #70123

Change-Id: If0e731724d9997001fa52002fa6ae72df4eb16ff
Reviewed-on: https://go-review.googlesource.com/c/go/+/631017
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
api/next/70123.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/crypto/fips140/70123.md [new file with mode: 0644]
src/crypto/fips140/fips140.go [new file with mode: 0644]
src/go/build/deps_test.go