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.1.1"
implementation("org.kotlincrypto.bitops:bits:$vBitOps")
implementation("org.kotlincrypto.bitops:endian:$vBitOps")
}