- Sort Score
- Num 10 results
- Language All
Results 31 - 32 of 32 for RoundTrip (0.06 seconds)
-
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,...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0) -
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 Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)