fmerg / pymerkle

Merkle-tree in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sakura coding standards

pyrito opened this issue · comments

Was just wondering if this implementation made use of the sakura tree hash mode standards to prevent hash collisions (appending extra bits to make sure that there is a differentiation between the intermediate nodes and the root)? Will Kangaroo-Twelve ever be implemented with this as well?

commented

No, these standards are not currently used. But it would be interesting to start working on such features, including Kangaroo-Twelve, and any relevant recommendations are welcome. However, priority for the moment would however be to re-implement the project in Cython.