plugins { alias(libs.plugins.kotlinJvm) } dependencies { implementation(libs.cryptography.bigint) testImplementation(libs.kotlin.test) }