EmojiHash

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

18 check-ins

2024-12-13 02:06
(no comment) Leaf check-in: 4f8df84846 user: naln1 tags: trunk
2024-12-13 02:02
Fix some typos check-in: 78e8756044 user: naln1 tags: trunk
2024-12-13 02:01
Make the PHP scripts even more comfortable to use from the CLI (without impacting usage as an import) and include a README primarily describing how to use it from the CLI check-in: b677acae70 user: naln1 tags: trunk
2024-12-13 00:14
Minor optimizations, remove some warnings in PHP check-in: 93985b9960 user: naln1 tags: trunk
2024-12-11 06:54
Havok-N implementation in JS. As far as I can tell, its behaviour perfectly matches the behaviour of PHP's, including when using odd-numbered bit lenghs? Don't quote me on that, tho. I'm not sure exactly how it works in either, tbh. It's the one thing that's undefined about Havok-N XD. check-in: a9c9dac1cf user: naln1 tags: trunk
2024-12-11 06:49
Make comment not rely on an already incorrect line number check-in: 1e2b900af3 user: naln1 tags: trunk
2024-12-11 03:20
Fixed Emoji being printed in reverse order (I was just overthinking things) check-in: b1029ba83e user: naln1 tags: trunk, Reference Implementation
2024-12-11 03:08
PHP implimentation of EmojiHash check-in: 5e224684b8 user: naln1 tags: trunk
2024-12-11 02:34
Add iterative function check-in: 6e2f66bbdc user: naln1 tags: trunk
2024-12-11 01:48
Replace 🌐 with 🌀 because 🌐 renders weird in some places (such as the MacOS Terminal) check-in: d18fc500d7 user: naln1 tags: trunk
2024-12-11 01:35
Fix some implimentation bugs (this is what sleep deprivation does to a girl) check-in: c3f8830c0a user: naln1 tags: trunk
2024-12-10 13:07
Minor tweak to the prime number generator. I forgot how my own algorithm worked for a second, there X3 check-in: e76725cb4d user: naln1 tags: trunk
2024-12-10 13:00
Fletcher's Checksum was insane. Adler had the right idea, but I decided to fiddle with it a bit more. And so now exists the Havok-N Checksum. check-in: 345fb9f692 user: naln1 tags: trunk
2024-12-10 11:13
Actually, I would like Black Square in particular to represent 00 and Red Octagon to represent FF, as it could help a human recognize if some failure occured in the hash function check-in: ef11bd39cd user: naln1 tags: trunk
2024-12-10 08:21
Slightly broken implimentation of Fletcher's Checksum algorithm in PHP check-in: 156fc69178 user: naln1 tags: trunk
2024-12-10 08:20
Add BSD-3-Clause-No-Military-License license for this project check-in: a15072db4b user: naln1 tags: trunk
2024-12-10 08:15
Add Emoji List. These have intentionally had their order randomized one (1) time so as to not be assumed to be in any particular order (as the original list was roughly picked in the order they appear in Unicode). check-in: ab8d47e6ce user: naln1 tags: trunk
2024-12-10 07:48
initial empty check-in check-in: e0098675bc user: root tags: trunk