Hacker News new | ask | show | jobs
by deckar01 3491 days ago
Check out digit-array if you are interested in the generalized algorithm. The source code is commented with formal math notation for the operations.

https://github.com/deckar01/digit-array/blob/master/README.m...

1 comments

This doesn't appear to address the problem. At all.

https://paragonie.com/blog/2016/06/constant-time-encoding-bo...

I misread your original comment. Nothing I posted is related to constant time encoding. I apologize for the confusion.
It's OK. I just want to be clear that my objection to base-122 is the same as my objection to base-N where N != 2^m for some integer m.