Source file src/crypto/internal/fips140deps/fipsdeps.go

     1  // Copyright 2024 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // Package fipsdeps contains wrapper packages for internal APIs that are exposed
     6  // to the FIPS module. Since modules are frozen upon validation and supported
     7  // for a number of future versions, APIs exposed by crypto/internal/fips140deps/...
     8  // must not be changed until the modules that use them are no longer supported.
     9  package fipsdeps
    10  

View as plain text