An primitive hashing algorithm written in pure safe Rust.
This repository has been archived on 2025-09-08. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2025-09-08 12:27:07 +01:00
src chore: update dependencies 2025-08-12 05:05:38 +01:00
.gitignore feat: initial commit 2024-12-09 22:48:01 +00:00
Cargo.lock chore: update dependencies 2025-08-12 05:05:38 +01:00
Cargo.toml chore: update dependencies 2025-08-12 05:05:38 +01:00
LICENSE.md chore: license under the Unlicense 2025-08-15 18:44:35 +01:00
README.md docs: add README.md 2025-09-08 12:27:07 +01:00

oxysum

An primitive hashing algorithm written in pure safe Rust. Made to explore hashing/cryptography personally using Rust.

License

This project is dedicated to the public domain using the Unlicense.