HomePhabricator

arith_uint256: remove initialization from byte vector
6bd0dc2a845bUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

arith_uint256: remove initialization from byte vector

Remove initialization from vector (as this is only used in the tests).

Also implement SetHex and GetHex in terms of uint256, to avoid
duplicate code as well as avoid endianness issues (as they
work in term of bytes).

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Dec 19 2014, 12:07
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING30007fda76aa: Remove now-unused methods from arith_uint256 and base_uint
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rSTAGING6bd0dc2a845b: arith_uint256: remove initialization from byte vector (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Jan 5 2015, 14:45