lambdaworks
lambdaworks copied to clipboard
feat(Montgomery): Implement Display for Montgomery that displays both limbs and Montgomery
trafficstars
Currently printing a Montgomery element displays the internal bytes encoded in montgomery form. @mdvillagra mentioned it would be convenient if Display for Montgomery printed out the limbs values of the decoded Uint value.