All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.biuqu.encryption.Hash Maven / Gradle / Ivy

The newest version!
package com.biuqu.encryption;

/**
 * Hash接口
 *
 * @author BiuQu
 * @date 2023/4/30 08:58
 */
public interface Hash
{
    /**
     * 摘要算法
     *
     * @param data 明文
     * @return 摘要值
     */
    byte[] digest(byte[] data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy