Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Zero-sum checksum finder #24

Open
th0br0 opened this issue Jun 21, 2017 · 0 comments
Open

Zero-sum checksum finder #24

th0br0 opened this issue Jun 21, 2017 · 0 comments
Assignees
Labels

Comments

@th0br0
Copy link
Contributor

th0br0 commented Jun 21, 2017

find some nonce such that:
absorb(longToTrits(trits.length))
absorb(trits)
absorb(nonce)
squeeze(hash)
hash.reduce(a,b -> a+b) == 0

we gain winternitz checksums this way.

java implementation is at https://gist.github.com/th0br0/616b2441641c22a34fe154e8303b34d2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants