yomorun / hashids-java

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

Not Able to use BigInteger #57

Closed sourabhlodha closed 6 years ago

sourabhlodha commented 6 years ago

Hi Team,

I have Big Integer which I convert from Hexadecimal. As by default function only take the long but I want to pass the BigInteger.Can you provide me any solution with reference to BigInteger.

0x3333 commented 6 years ago

@sourabhlodha see issue #55.