aboutsummaryrefslogtreecommitdiff
path: root/c/blake3_c_rust_bindings/src
AgeCommit message (Expand)Author
2024-08-18delete portable::xof_many and blake3_xof_many_portableJack O'Connor
2024-08-18test that xof_many doesn't write more blocks than requestedJack O'Connor
2024-08-15mark blake3_xof_many_avx512 Unix-only in Rust and CJack O'Connor
2024-08-15fix a warning in the blake3_c_rust_bindings testsJack O'Connor
2024-08-15integrate xof_many with the Rust implementation and with Rust and C testsJack O'Connor
2023-09-10fix a build break in the blake3_c testsJack O'Connor
2023-05-23Fix typosJoel Rosdahl
2022-11-22test multiple initial counter values for hash_manyJack O'Connor
2022-01-07add blake3_hasher_reset to the C APIJack O'Connor
2021-05-18upgrade to arrayvec 0.7.0Jack O'Connor
2020-09-29fix the short_test_cases loop in the C bindings testsJack O'Connor
2020-09-29update the blake3_c_rust_bindings test cases alsoJack O'Connor
2020-09-10add a test for blake3_hasher_init_derive_key_rawJack O'Connor
2020-08-31add sse2 tests and benchmarksSamuel Neves
2020-08-24Start SSE2 implementation based on SSE4.1 versionMatthew Krupcale
2020-03-25add blake3_hasher_finalize_seek to the C APIJack O'Connor
2020-01-22port compress_subtree_to_parent_node from Rust to CJack O'Connor
2020-01-22add a larger test caseJack O'Connor
2020-01-16add a README.md in c/blake3_c_rust_bindingsJack O'Connor
2020-01-16add blake3_c_rust_bindings for testing and benchmarkingJack O'Connor