malczak / hashids

Hashids, ported for Swift (http://www.hashids.org)
MIT License
110 stars 35 forks source link

64bit int suppport #12

Closed SwiftyKit closed 6 years ago

SwiftyKit commented 6 years ago

If I pass a int parameter larger than 2,147,483,647 in iphone 5 32bit device, it will crash for Int is 32bit. Is this an issue?

malczak commented 6 years ago

Sorry, I don't have a way to test it. I would say crash is possible in this case.