- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for plregon (0.09 seconds)
-
lib/fips140/v1.26.0.zip
} // Supported returns an error if FIPS 140-3 mode can't be enabled. func Supported() error { // Keep this in sync with fipsSupported in cmd/dist/test.go. // The purego tag changes too much of the implementation to claim the // validation still applies. if puregoEnabled { return errors.New("FIPS 140-3 mode is incompatible with the purego build tag") } // ASAN disapproves of reading swaths of global memory in fips140/check. // One option would be to expose runtime.asanunpoison through // crypto/internal/fips140deps...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.zip
that can be found in the LICENSE file. //go:build (386 || loong64 || riscv64) && !purego package sha256 //go:noescape func block(dig *Digest, p []byte) golang.org/fips140@v1.0.0-c2097c7c/fips140/v1.0.0-c2097c7c/sha256/sha256block_loong64.s // Copyright 2024 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build !purego #include "textflag.h" // SHA256 block routine. See sha256block.go for Go equivalent....
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0)