aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-31WIPbg_readerJack O'Connor
2019-12-29add the guts module to share code with BaoJack 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-23switch to simplified rotationsJack O'Connor
2019-12-22rework push_chunk_chaining_value in terms of trailing 0'sJack O'Connor
2019-12-15add a readme link to b3sumJack O'Connor
2019-12-15add a LICENSE file including CC0 and Apache 2.0Jack O'Connor
2019-12-14docs tweaksJack O'Connor
2019-12-14a few more comments in reference_impl.rsJack O'Connor
2019-12-13show the default value for b3sum --lengthJack O'Connor
2019-12-13make the b3sum --help text wording more consistentJack O'Connor
2019-12-13make b3sum --keyed and --derive-key read the key from stdinJack O'Connor
2019-12-13fix another warning in b3sum --no-default-featuresJack O'Connor
2019-12-13silence another warning in the --no-default-features testsJack O'Connor
2019-12-13test release mode in CIJack O'Connor
2019-12-13fix the doc tests buildJack O'Connor
2019-12-13add to b3sum/README.mdJack O'Connor
2019-12-13add --no-names to b3sumJack O'Connor
2019-12-13expand the docsJack O'Connor
2019-12-13rename 1_chunk benchmarks to 1_kibJack O'Connor
2019-12-13add 2 KiB benchmarksJack O'Connor
2019-12-12update MAX_DEPTHJack O'Connor
2019-12-12fix benchmarks buildJack 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-12add some more description in README.mdJack O'Connor
2019-12-12make the "c_avx512" feature a no-op on non-x86Jack O'Connor
2019-12-12fix the test_vectors buildJack O'Connor
2019-12-12initial version of b3sumJack O'Connor
2019-12-12struct OutputReaderJack O'Connor
2019-12-11fix syntax errors in ci.ymlJack O'Connor
2019-12-11run the test vectors on cross tests (ARM, MIPS) on CIJack O'Connor
2019-12-11account for Windows newlines when checking for test vector changesJack O'Connor
2019-12-11fix bench tests running in the wrong directoryJack O'Connor
2019-12-11delete an unused importJack O'Connor
2019-12-11run test vectors and bench tests in the regular CI test matrixJack O'Connor
2019-12-11switch to representing CVs as words for the compression functionJack O'Connor
2019-12-11test_checked_in_vectors_up_to_dateJack O'Connor
2019-12-11test against test_vectors.json in CIJack O'Connor
2019-12-11check in test_vectors.jsonJack O'Connor
2019-12-11add the test_vectors sub-crateJack O'Connor
2019-12-10add `cargo +nightly test --benches` to CIJack O'Connor
2019-12-09typo in ci.ymlJack O'Connor
2019-12-09set ARMv7 NEON compiler flags automaticallyJack O'Connor
2019-12-09fix a syntax error in ci.ymlJack O'Connor