packagecc.polyfrost.oneconfig.utils.dslimportcc.polyfrost.oneconfig.utils.IOUtilsimportcc.polyfrost.oneconfig.utils.NetworkUtilsimportjava.io.File/** * Returns the SHA-256 hash of the given [File]. * * @see NetworkUtils.getFileChecksum */funFile.checksum()=IOUtils.getFileChecksum(this)