yomorun / hashids-java

Hashids algorithm v1.0.0 implementation in Java
http://hashids.org
MIT License
1.02k stars 156 forks source link

Removal of deprecated methods #44

Closed 0x3333 closed 7 years ago

0x3333 commented 7 years ago

Deprecated methods:

public String encrypt(long... numbers)
public long[] decrypt(String hash)
public String encryptHex(String hexa)
public String decryptHex(String hash)

have been deprecated since Sep 15, 2014, I think we should remove them in the next release.

@fanweixiao

fanweixiao commented 7 years ago

Sorry for the delay response, yes, we should deprecate these.