- Notifications
You must be signed in to change notification settings - Fork6
Cryptographic hash functions for Kotlin Multiplatform
License
NotificationsYou must be signed in to change notification settings
KotlinCrypto/hash
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Cryptographic hash functions for Kotlin Multiplatform
The best way to keepKotlinCrypto dependencies up to date is by using theversion-catalog. Alternatively, you can use the BOM asshown below.
// build.gradle.ktsdependencies {// define the BOM and its version implementation(project.dependencies.platform("org.kotlincrypto.hash:bom:0.8.0"))// define artifacts without version// MD5 implementation("org.kotlincrypto.hash:md")// SHA-1 implementation("org.kotlincrypto.hash:sha1")// SHA-224, SHA-256, SHA-384, SHA-512// SHA-512/t, SHA-512/224, SHA-512/256 implementation("org.kotlincrypto.hash:sha2")// Keccak-224, Keccak-256, Keccak-384, Keccak-512// SHA3-224, SHA3-256, SHA3-384, SHA3-512// SHAKE128, SHAKE256// CSHAKE128, CSHAKE256// ParallelHash128, ParallelHash256// TupleHash128, TupleHash256 implementation("org.kotlincrypto.hash:sha3")// BLAKE2b, BLAKE2s implementation("org.kotlincrypto.hash:blake2")}
About
Cryptographic hash functions for Kotlin Multiplatform
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.