aboutsummaryrefslogtreecommitdiff
path: root/reference_impl/reference_impl.rs
AgeCommit message (Expand)Author
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