MACs
Message Authentication Code algorithms for Kotlin Multiplatform
Install / Use
/learn @KotlinCrypto/MACsREADME
MACs
Message Authentication Code algorithms for Kotlin Multiplatform
Modules
API Docs
Get Started
The best way to keep KotlinCrypto dependencies up to date is by using the
version-catalog. Alternatively, you can use the BOM as
shown below.
// build.gradle.kts
dependencies {
// define the BOM and its version
implementation(project.dependencies.platform("org.kotlincrypto.macs:bom:0.8.0"))
// define artifacts without version
// HmacMD5
implementation("org.kotlincrypto.macs:hmac-md")
// HmacSHA1
implementation("org.kotlincrypto.macs:hmac-sha1")
// HmacSHA224, HmacSHA256, HmacSHA384, HmacSHA512
// HmacSHA512/t, HmacSHA512/224, HmacSHA512/256
implementation("org.kotlincrypto.macs:hmac-sha2")
// HmacKeccak224, HmacKeccak256, HmacKeccak384, HmacKeccak512
// HmacSHA3-224, HmacSHA3-256, HmacSHA3-384, HmacSHA3-512
implementation("org.kotlincrypto.macs:hmac-sha3")
// KMAC128, KMAC256
implementation("org.kotlincrypto.macs:kmac")
// BLAKE2b, BLAKE2s
implementation("org.kotlincrypto.macs:blake2")
}
<!-- TAG_VERSION -->
<!-- TAG_DEPENDENCIES -->
<!-- TAG_PLATFORMS -->Related Skills
node-connect
347.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
