diff --git a/src/crypto/internal/fips140/fips140.go b/src/crypto/internal/fips140/fips140.go index cec9d13e35..d30433debf 100644 --- a/src/crypto/internal/fips140/fips140.go +++ b/src/crypto/internal/fips140/fips140.go @@ -19,3 +19,11 @@ func init() { debug = true } } + +func Name() string { + return "Go Cryptographic Module" +} + +func Version() string { + return "v1.0" +}