StableLib / stablelib

A stable library of useful TypeScript/JavaScript code
https://www.stablelib.com
Other
173 stars 35 forks source link

[Feature Request] Please add the module for crc32 and int64(long) #8

Closed XuJinNet closed 5 years ago

XuJinNet commented 5 years ago

This library is very practical. Can you add the module for crc32 and int64(long)?

dchest commented 5 years ago

I'm not sure about crc32, but what do you mean by int64(long)? A class to handle 64-bit integers? If so, newer JS versions have BigInt, which covers it, so I don't think I'll add it (for older browsers if necessary, there should be a shim.)

XuJinNet commented 5 years ago

Thanks! What about a module for MD5?

dchest commented 5 years ago

MD5 is broken and shouldn't be used anymore.

On Thu, Nov 29, 2018, 03:03 Xu Jin <notifications@github.com wrote:

Thanks! What about a module for MD5?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/StableLib/stablelib/issues/8#issuecomment-442677991, or mute the thread https://github.com/notifications/unsubscribe-auth/AADNxfUgPeEh0LO9ameGpiQ1k8rLpTbMks5uz0BggaJpZM4Y3MDb .

XuJinNet commented 5 years ago

Thanks!