On 01/12/2017 11:32 PM, Lehi Toskin wrote: > P.S. I didn't see an implementation of ADLER32 anywhere, so I had to write my > own, which took a little longer than expected, but oh well.
Oh, cool. That'd probably be a useful thing for Racket's net/git-checkout module, which has a piece of code in `zlib-inflate` that reads: ... (inflate i o) ;; Verify checksum? (read-bytes-exactly 'adler-checksum 4 i) ... Perhaps you could contribute your adler32 implementation, and it could be used there. (And perhaps that `zlib-inflate` function deserves being pulled out into a separate module. Hmm.) Cheers, Tony -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

