SIZE_DIVISIBLE

const val SIZE_DIVISIBLE: Int = 8

size means "length must be divisible by N" rather than "length == N".