toSha256Hash

inline fun <T> List<T>.toSha256Hash(crossinline getID: (T) -> Long = { it.hashCode().toLong() }): String