apart from those two serialization projects, I'm also building a side project in stylegan to generate art, and a self reporting pandemic tracker, relevant to C19.
Possibly universal because I don't know if every (or even a usefully high ratio) of random, high-entropy lookup tables will also give a hash that passes SMHasher.
So far, the 4 such tables tested all produce hashes that pass SMHasher.
I think it's cool to be able to parameterize a hash function over a 10x64 "s-box." (strictly, it's more of a lookup table since no bit of state is fully substituted with the s-box, only modified).
Cool 3 letter names. Reminds me of the commands in Bloomberg Terminal/some old HCI. I really like how you've built a whole stack of custom tech there.
That's my aim too. My work is all Vanilla. I hate to use external frameworks and libraries in the browser, but love to use stuff on npm. I prefer to write something I like to use, rather than use something that exists that I don't like working with.
https://github.com/dosyago/22120
also a way to stream and record and replay a browser session remotely:
https://github.com/dosyago/RemoteView
apart from those two serialization projects, I'm also building a side project in stylegan to generate art, and a self reporting pandemic tracker, relevant to C19.
and a bunch of other open source stuff:
https://github.com/cris691/Portfolio
contributors welcome!