parity-common icon indicating copy to clipboard operation
parity-common copied to clipboard

uint: add casting from/to U64

Open halo3mic opened this issue 1 year ago • 1 comments

Add uint casting support for U64 in primitive-types

  • implement From trait for casting uint from U64
  • implement TryFrom trait for casting uint to U64
  • implement full_mul for U64
  • add tests for added functionality

Fixes #568

halo3mic avatar Nov 07 '22 13:11 halo3mic