Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 427 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 427 Bytes

gofips

gofips is a linter that warns you about encryption usage that may not be FIPS-validated.

This linter uses the go/analysis API for common linting functionality and conventions.

$ go run cmd/gofips/main.go -- ./example.go
/home/lbragstad/go/src/github.com/rhmdnd/gofips/example.go:35:18: Seal is not a FIPS-validated implementation.
exit status 3