
Facilitates bit-logical operations in codebases with modules focused on bit manipulation and endian conversions, offering comprehensive API documentation for easy integration.
Tools for executing bit-logical warfare in your codebase.
API docs available at https://bitops.kotlincrypto.org
The best way to keep KotlinCrypto dependencies up to date is by using the
version-catalog. Alternatively, see below.
// build.gradle.kts
dependencies {
val vBitOps = "0.3.0"
implementation("org.kotlincrypto.bitops:bits:$vBitOps")
implementation("org.kotlincrypto.bitops:endian:$vBitOps")
}Tools for executing bit-logical warfare in your codebase.
API docs available at https://bitops.kotlincrypto.org
The best way to keep KotlinCrypto dependencies up to date is by using the
version-catalog. Alternatively, see below.
// build.gradle.kts
dependencies {
val vBitOps = "0.3.0"
implementation("org.kotlincrypto.bitops:bits:$vBitOps")
implementation("org.kotlincrypto.bitops:endian:$vBitOps")
}