EmojiHash

Timeline
Login

Timeline

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

10 check-ins that include changes to files matching 'php/*'

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: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: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 08:21
Slightly broken implimentation of Fletcher's Checksum algorithm in PHP check-in: 156fc69178 user: naln1 tags: trunk