HorizenOfficial / zend_oo

This repository is archived, Zendoo is out of beta and has been included in https://github.com/HorizenOfficial/zen.
https://github.com/HorizenOfficial/zen
Other
34 stars 22 forks source link

Introduction of ad-hoc type for ScTxsCommitment #82

Closed abi87 closed 3 years ago

abi87 commented 3 years ago

Currently ScTxsCommitment is a uint256 type. This will change soon and probably multiple times. These PR introduce a new type for ScTxsCommitment. It is called CFakePoseidonHash, it simply wraps uint256, introducing an interface which should make subsequent changes to ScTxsCommitment much simpler.

Currently the PR targets sidechain_dev

abi87 commented 3 years ago

Closed since superseeded by https://github.com/HorizenOfficial/zend_oo/pull/89 and https://github.com/HorizenOfficial/zend_oo/pull/83