aboutsummaryrefslogtreecommitdiff
path: root/c/blake3_c_rust_bindings
AgeCommit message (Expand)Author
2026-01-08update to the 2024 editionJack O'Connor
2025-03-14@toothbrush7777777's fix for `use_msvc_asm`Jack O'Connor
2025-03-14Fix cross compilation with clang-clSporif
2025-03-13tbb support in blake3_c_rust_bindingsJack O'Connor
2025-03-09use `ignore` to avoid overdoing rerun-if-changed in bindingsJack O'Connor
2025-02-03replace a couple deprecated functions in benchmarksJack O'Connor
2025-02-03upgrade rand to v0.9Jack O'Connor
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-09-10update dev-dependenciesJack O'Connor
2023-05-23Fix typosJoel Rosdahl
2023-03-25upgrade all Cargo.toml files to edition=2021Jack O'Connor
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-10-11Match the C binding's target arch detection with the root crate'srsdy
2021-05-18upgrade to arrayvec 0.7.0Jack O'Connor
2020-09-29add cross_test.sh for the C bindingsJack 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-29refactor the Cargo feature setJack O'Connor
2020-03-25add blake3_hasher_finalize_seek to the C APIJack O'Connor
2020-02-25remove a mis-optimization that hurt performance for uneven updatesJack O'Connor
2020-02-12more file renaming, use underscores more consistentlyJack O'Connor
2020-02-12Rename assembly files (blake3-* -> blake3_*)Erik Johansson
2020-02-12integrate assembly implementations into blake3_c_rust_bindingsJack O'Connor
2020-01-27remove an obsolete remark about performanceJack 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