Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for OnceValue (0.06 sec)

  1. api/go1.21.txt

    pkg slices, func SortStableFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1, $1) int) #60091
    pkg strings, func ContainsFunc(string, func(int32) bool) bool #54386
    pkg sync, func OnceFunc(func()) func() #56102
    pkg sync, func OnceValue[$0 interface{}](func() $0) func() $0 #56102
    pkg sync, func OnceValues[$0 interface{}, $1 interface{}](func() ($0, $1)) func() ($0, $1) #56102
    pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Jail int #46259
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Aug 07 09:39:17 UTC 2023
    - 25.6K bytes
    - Viewed (0)
  2. lib/fips140/v1.0.0.zip

    bigmod.NewModulus(order) if err != nil { panic(err) } two, _ := bigmod.NewNat().SetBytes([]byte{2}, c.N) c.nMinus2 = bigmod.NewNat().ExpandFor(c.N).Sub(two, c.N).Bytes(c.N) } func P224() *Curve[*nistec.P224Point] { return _P224() } var _P224 = sync.OnceValue(func() *Curve[*nistec.P224Point] { c := &Curve[*nistec.P224Point]{ curve: p224, newPoint: nistec.NewP224Point, } precomputeParams(c, p224Order) return c }) var p224Order = []byte{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,...
    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