Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rymnc/collision-detection-sha256
https://github.com/rymnc/collision-detection-sha256
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rymnc/collision-detection-sha256
- Owner: rymnc
- Created: 2022-07-13T11:39:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T09:57:23.000Z (over 2 years ago)
- Last Synced: 2024-04-23T05:27:14.640Z (7 months ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Collision Testing
This repo demonstrates how hashes can collide when certain parameters like
1. Size of the fixed length hash produced
2. Size of the input to the hash function
3. Number of inputs## Usage
1. Update the parameters in src/main.rs
2. `cargo run`