This commit is contained in:
sherlock 2025-10-07 03:32:17 +05:30
parent 9db9ac05ce
commit df44199a02
25 changed files with 544 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# Hash Functions
Hash functions create fixed-size outputs from variable-size inputs.
SHA-256 and MD5 are commonly used hash functions in cryptography.