package io.kamax.mxisd.hash.engine; public interface Engine { void updateHashes(); String getPepper(); }