1
I Use This!
New Project

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 12, 2025 — Sep 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clean dist directories via make clean. More... 6 months ago
Clean dist directories via make clean. More... 6 months ago
Remove 'xdigest/' specification when including public API's headers. More... 6 months ago
Remove 'xdigest/' specification when including public API's headers. More... 6 months ago
Add some utilities and configurations to make ABI timeline. More... 7 months ago
Add some utilities and configurations to make ABI timeline. More... 7 months ago
Add simple web page. More... 7 months ago
Add simple web page. More... 7 months ago
Mention Rust benchmarks in README. More... 7 months ago
Mention Rust benchmarks in README. More... 7 months ago
Fix include in sha256.c. It's more correct to use xdigest_sha2.h instead of xdigest/xdigest_sha2.h because we've moved includes into another directory and this no longer works correct. More... 7 months ago
Fix include in sha256.c. It's more correct to use xdigest_sha2.h instead of xdigest/xdigest_sha2.h because we've moved includes into another directory and this no longer works correct. More... 7 months ago
Pass proper include directories to compiler when building tests. More... 7 months ago
Pass proper include directories to compiler when building tests. More... 7 months ago
Move public includes from deep of the source tree into the includes/ subdirectory closer to the root of it. More... 7 months ago
Move public includes from deep of the source tree into the includes/ subdirectory closer to the root of it. More... 7 months ago
Don't forget to initialize library in benchmarking. More... 7 months ago
Don't forget to initialize library in benchmarking. More... 7 months ago
Adding benchmarking to rust library. More... 7 months ago
Adding benchmarking to rust library. More... 7 months ago
Add safe rust wrapper over xdig_init() function. More... 7 months ago
Add safe rust wrapper over xdig_init() function. More... 7 months ago
Implement a bunch of algorithms into rust high level API. More... 7 months ago
Implement a bunch of algorithms into rust high level API. More... 7 months ago
Use macro rule to define algorithm wrapper. More... 7 months ago
Use macro rule to define algorithm wrapper. More... 7 months ago
Implememt sha256 algorithm for the high-level rust library. More... 7 months ago
Implememt sha256 algorithm for the high-level rust library. More... 7 months ago
Add makefile rule to test rust. More... 7 months ago
Add makefile rule to test rust. More... 7 months ago