]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/fips: add self-test mechanism
authorFilippo Valsorda <filippo@golang.org>
Fri, 18 Oct 2024 16:54:45 +0000 (18:54 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 29 Oct 2024 12:57:23 +0000 (12:57 +0000)
commitf505d6c581b633db5ca400a593ffd98d7e2c6cc9
tree2fece73b98de32948edcb94abb37167439416564
parentff86b8b62f1fc00920bb49023c91be3b24ea71bc
crypto/internal/fips: add self-test mechanism

Updates #69536

Change-Id: Ib68b0e7058221a89908fd47f255f0a983883bee8
Reviewed-on: https://go-review.googlesource.com/c/go/+/621075
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
src/crypto/internal/fips/cast.go [new file with mode: 0644]
src/crypto/internal/fips/cast_external_test.go [new file with mode: 0644]
src/crypto/internal/fips/cast_test.go [new file with mode: 0644]
src/crypto/internal/fips/hmac/cast.go [new file with mode: 0644]
src/crypto/internal/fips/sha256/cast.go [new file with mode: 0644]
src/crypto/internal/fips/sha3/cast.go [new file with mode: 0644]
src/crypto/internal/fips/sha512/cast.go [new file with mode: 0644]
src/runtime/panic.go