Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 32 of 32 for roundtrips (0.32 seconds)

  1. lib/fips140/v1.0.0-c2097c7c.zip

    b[:encodingSize], uint8(d)) out := ringCompressAndEncod(nil, g, uint8(d)) if !bytes.Equal(out, b[:encodingSize]) { t.Errorf("roundtrip failed for d = %d", d) } } // Round-trip ringCompressAndEncod and ringDecodeAndDecompr. g := ringDecodeAndDecompr((*[encodingSize10]byte)(b)) out := ringCompressAndEncod(nil, g) if !bytes.Equal(out, b[:encodingSize10]) { t.Errorf("roundtrip failed for specialized 10") } g = ringDecodeAndDecompr((*[encodingSize4]byte)(b)) out = ringCompressAndEncod(nil, g) if !bytes.Equal(out,...
    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)
  2. api/go1.txt

    pkg net/http, type ResponseWriter interface, Write([]uint8) (int, error)
    pkg net/http, type ResponseWriter interface, WriteHeader(int)
    pkg net/http, type RoundTripper interface { RoundTrip }
    pkg net/http, type RoundTripper interface, RoundTrip(*Request) (*Response, error)
    pkg net/http, type ServeMux struct
    pkg net/http, type Server struct
    pkg net/http, type Server struct, Addr string
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Click Count (0)
Back to Top