Class TEA

java.lang.Object
org.miaixz.bus.crypto.center.TEA
All Implemented Interfaces:
Serializable, Decryptor, Encryptor

public class TEA extends Object implements Encryptor, Decryptor, Serializable
TEA(Corrected Block Tiny Encryption Algorithm)算法实现 来自:https://github.com/xxtea/xxtea-java
Since:
Java 17+
Author:
Kimi Liu
See Also: