Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Cryptographic hash functions for Kotlin Multiplatform

License

NotificationsYou must be signed in to change notification settings

KotlinCrypto/hash

Repository files navigation

badge-licensebadge-latest-release

badge-kotlinbadge-bitopsbadge-corebadge-sponges

badge-platform-androidbadge-platform-jvmbadge-platform-jsbadge-platform-js-nodebadge-platform-wasmbadge-platform-linuxbadge-platform-macosbadge-platform-iosbadge-platform-tvosbadge-platform-watchosbadge-platform-windowsbadge-support-android-nativebadge-support-linux-arm

Cryptographic hash functions for Kotlin Multiplatform

Modules

API Docs

Get Started

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")}

[8]ページ先頭

©2009-2025 Movatter.jp