1.5.0 release #7

Merged
Infendro merged 8 commits from develop into main 2026-01-22 11:10:57 +00:00
Showing only changes of commit e9cf958ef7 - Show all commits

View File

@@ -1,8 +1,8 @@
# hash-kt # hash-kt
`hash-kt` is a Kotlin Multiplatform library that provides common cryptographic hash functions. `hash-kt` is a Kotlin Multiplatform library that provides common [Cryptographic Hash Functions](https://en.wikipedia.org/wiki/Cryptographic_hash_function).
Supported hash functions: Supported algorithms:
- MD5 - MD5
- SHA-1 - SHA-1
- SHA-2 (SHA-224, SHA-256, SHA-384, SHA-512) - SHA-2 (SHA-224, SHA-256, SHA-384, SHA-512)