Skip to content

Elvis-Kiilu2/Hash-Functions-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hash Functions Repository

This repository is a collection of resources, and code examples about hash functions, created as part of my Computer Networks and Security class.

Contents

  • Examples: Code implementations of popular hash functions (e.g., MD5, SHA-256).
  • Resources: Links to articles, videos, and tools for further learning.

What is a Hash Function?

A hash function is a mathematical function that takes an input (or "message") and returns a fixed-size string of bytes. The output is typically a hash value or digest. Hash functions are widely used in cryptography, data integrity checks, and data structures like hash tables.

Examples

Check out the `examples/` directory for code implementations of hash functions in Python.

Resources

For more information, visit the `resources/` directory.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published