Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for roundtrip (0.07 sec)

  1. lib/fips140/v1.1.0-rc1.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,...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (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
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top