(BigInteger value)
| 2940 | } |
| 2941 | |
| 2942 | private static BigInteger extendedField(BigInteger value) |
| 2943 | { |
| 2944 | return extendedField(value, EXTENDED_STARKNET_FIELD_PRIME); |
| 2945 | } |
| 2946 | |
| 2947 | private static BigInteger extendedField(BigInteger value, BigInteger modulus) |
| 2948 | { |
no test coverage detected