aboutsummaryrefslogtreecommitdiff
path: root/reference_impl/reference_impl.rs
AgeCommit message (Expand)Author
2019-12-28make derive_key take a key of any lengthJack O'Connor
2019-12-24switch back to counting trailing 0 bitsJack O'Connor
2019-12-24use self.flags instead of self.chunk_state.flags in the reference implJack O'Connor
2019-12-24switch from counting trailing 0 bits to counting trailing 1 bitsJack O'Connor
2019-12-23get rid of unnecessary variables in push_chunk_chaining_valueJack O'Connor
2019-12-23add a parent_cv helper function to the reference implJack O'Connor
2019-12-22rework push_chunk_chaining_value in terms of trailing 0'sJack O'Connor
2019-12-14a few more comments in reference_impl.rsJack O'Connor
2019-12-12update MAX_DEPTHJack O'Connor
2019-12-12rename "offset" to "counter" and always increment it by 1Jack O'Connor
2019-12-12reduce the CHUNK_LEN from 2048 bytes to 1024 bytesJack O'Connor
2019-12-08s/subtree_stack/cv_stack/ in reference_impl.rsJack O'Connor
2019-12-06add struct HasherJack O'Connor
2019-12-02add the reference implementationJack O'Connor