aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-07-16fix zeroize test after rebaseJack O'Connor
2023-07-16test_fuzz_xofJack O'Connor
2023-07-16fix some more testsJack O'Connor
2023-07-16fix the traits.rs testsJack O'Connor
2023-07-16fix counter incrementingJack O'Connor
2023-07-16get rid of the DETECTED_IMPL wrapper functionsJack O'Connor
2023-07-16WIP fix the seek testsJack O'Connor
2023-07-16fix most of the remaining testsJack O'Connor
2023-07-16move universal_hash testsJack O'Connor
2023-07-16move xof testsJack O'Connor
2023-07-16test_chunks_and_parents_vs_referenceJack O'Connor
2023-07-16move hash_chunks testsJack O'Connor
2023-07-16move compression function testsJack O'Connor
2023-07-16WIPPPPPPPPPPPP use bytes instead of words in more placesJack O'Connor
2023-07-16WIPPPPPPPPPPPPPPPP adapt the high level codeJack O'Connor
2023-07-16remove guts2.rs and rename guts to blake3_gutsJack O'Connor
2023-07-16WIPPPPPPPPPPPPPPPPPPPPPPPPPPPJack O'Connor
2023-07-16WIPPPPPPPPPPPPPPPPPPPPPPPPPJack O'Connor
2023-07-16let the portable implementations handle any degreeJack O'Connor
2023-07-16compare portable impl for chunks and parentsJack O'Connor
2023-07-16hash_chunks and hash_parentsJack O'Connor
2023-07-16UNIVERSAL_HASH_LEN = 16Jack O'Connor
2023-07-16WIPJack O'Connor
2023-07-16Add tests for ZeroizeElichai Turkel
2023-07-16Implement Zeroize on exported typesElichai Turkel
2023-06-27Fix typo exendable -> extendable1f604
2023-05-23Fix typosJoel Rosdahl
2023-05-01small doc tweakJack O'Connor
2023-05-01add `from_bytes` for conversions from `[u8; 32]`Eduardo Leegwater Simões
2023-05-01make `Hash::as_bytes` constEduardo Leegwater Simões
2022-11-22test multiple initial counter values for hash_manyJack O'Connor
2022-07-28Fix doc typoRicardo Fernández Serrata
2022-06-07simplify a line in the docs example codeJack O'Connor
2022-03-04add "(if any)" regarding keying in the security notesJack O'Connor
2022-03-03simplify a bit moreJack O'Connor
2022-03-02simplify the security notes, avoid referring to entropyJack O'Connor
2022-03-02document the extended output security issue found by Aldo GunsingJack O'Connor
2022-01-24check the HMAC output bytesJack O'Connor
2022-01-24Adds testjbis9051
2022-01-23Add blocksize traitjbis9051
2021-12-30a few more comment tweaksJack O'Connor
2021-12-30Update digest crate to 0.10 for traits-preview featureMatthias Schiffer
2021-11-05fix incorrect output / undefined behavior in Windows SSE2 assemblyJack O'Connor
2021-11-04add Hasher::countJack O'Connor
2021-10-29remove an incorrect commentJack O'Connor
2021-10-23update NEON docs in lib.rsJack O'Connor
2021-10-07Implement better target detection for NEONrsdy
2021-09-10clarify that OutputReader::position is equivalent to Seek::stream_positionJack O'Connor
2021-09-10link to the paper in the derive_key docsJack O'Connor
2021-07-25update README examplesJack O'Connor