yomorun / hashids-java

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

Check for negative input numbers #32

Closed 0x3333 closed 7 years ago

0x3333 commented 7 years ago

We don't check for negative input numbers in encode method.

See Issue #31 comment / #31