Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rymnc/collision-detection-sha256


https://github.com/rymnc/collision-detection-sha256

Last synced: about 1 month ago
JSON representation

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`