package com.hwlcn.security.crypto.hash.format; import com.hwlcn.security.crypto.hash.Hash; public interface HashFormat { String format(Hash hash); }