Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for puerto (0.08 seconds)

  1. 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 Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
  2. lib/fips140/v1.1.0-rc1.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 Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
Back to Top