Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for boringcrypto (0.16 sec)

  1. src/cmd/api/boring_test.go

    // Copyright 2022 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 boringcrypto
    
    package main
    
    import (
    	"fmt"
    	"os"
    )
    
    func init() {
    	fmt.Printf("SKIP with boringcrypto enabled\n")
    	os.Exit(0)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 16 16:02:26 UTC 2023
    - 300 bytes
    - Viewed (0)
  2. lib/fips140/v1.0.0.zip

    o // 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. // Keep in sync with notboring.go and crypto/internal/boring/boring.go. //go:build boringcrypto && linux && (amd64 || arm64) && !android && !msan && cgo package fips140 const boringEnabled = true golang.org/fips140@v1.0.0/fips140/v1.0.0/cast.go // Copyright 2024 The Go Authors. All rights reserved. // Use of this source code is governed by...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top