MCPcopy Create free account
hub / github.com/ciphermodelabs/ciphercore / test_b2a_mpc

Function test_b2a_mpc

ciphercore-base/src/mpc/mpc_conversion.rs:678–681  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

676
677 #[test]
678 fn test_b2a_mpc() {
679 conversion_test(Operation::B2A(UINT128), UINT128).unwrap();
680 conversion_test(Operation::B2A(INT128), INT128).unwrap();
681 }
682}

Callers

nothing calls this directly

Calls 1

conversion_testFunction · 0.85

Tested by

no test coverage detected