Closed chfast closed 2 months ago
This version has _u384 literal suffix and using namespace intx::literals as an alternative to using namespace intx.
_u384
using namespace intx::literals
using namespace intx
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.08%. Comparing base (ec2fa02) to head (610dff3). Report is 1 commits behind head on master.
ec2fa02
610dff3
This version has
_u384
literal suffix andusing namespace intx::literals
as an alternative tousing namespace intx
.