()
| 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() { |
nothing calls this directly
no test coverage detected