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

Function test_a2b_mpc

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

Source from the content-addressed store, hash-verified

670
671 #[test]
672 fn test_a2b_mpc() {
673 conversion_test(Operation::A2B, UINT128).unwrap();
674 conversion_test(Operation::A2B, INT128).unwrap();
675 }
676
677 #[test]
678 fn test_b2a_mpc() {

Callers

nothing calls this directly

Calls 1

conversion_testFunction · 0.85

Tested by

no test coverage detected