- Sort Score
- Result 10 results
- Languages All
Results 31 - 32 of 32 for roundtrips (1.45 sec)
-
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) -
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)