MCPcopy Create free account
hub / github.com/docknetwork/crypto / test_transpose

Function test_transpose

oblivious_transfer/src/util.rs:314–326  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

312
313 #[test]
314 fn test_transpose() {
315 _transpose(16, 16);
316 _transpose(24, 16);
317 _transpose(32, 16);
318 _transpose(40, 16);
319 _transpose(128, 16);
320 _transpose(128, 24);
321 _transpose(128, 128);
322 _transpose(128, 1 << 16);
323 _transpose(128, 1 << 18);
324 _transpose(32, 32);
325 _transpose(64, 32);
326 }
327}

Callers

nothing calls this directly

Calls 1

_transposeFunction · 0.85

Tested by

no test coverage detected