package com.infendro.kdf.util internal fun Int.ceilDiv(n: Int): Int = (this + n - 1) / n