summaryrefslogtreecommitdiff
path: root/reference_impl
AgeCommit message (Expand)Author
2024-03-20format the state matrix better in reference_impl.rsJack O'Connor
2023-03-25upgrade all Cargo.toml files to edition=2021Jack O'Connor
2022-03-04link to ports of the reference implementationJack O'Connor
2021-11-30add an assert and remove an iter_mut in reference_implJack O'Connor
2021-10-29make field ordering more consistent in the reference implJack O'Connor
2021-10-29distinguish between key and key_words in the reference implJack O'Connor
2020-01-15more consistent use of Self in the reference implJack O'Connor
2020-01-14add comments to the reference implJack O'Connor
2020-01-10Fix misspelled words_from_little_endian_bytesLeonard Buskin
2020-01-09switch the reference impl to use the single permutationJack O'Connor
2020-01-05switch to the new permutationsJack O'Connor
2020-01-04comment punctuation nitJack O'Connor
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