Tk Library Source Code

View Ticket
Login
Ticket UUID: 501339
Title: CRC32 from Wiki - Call for comments.
Type: Patch Version: None
Submitter: patthoyts Created on: 2002-01-09 15:24:38
Subsystem: None Assigned To: patthoyts
Priority: 6 Severity:
Status: Closed Last Modified: 2002-01-12 06:08:59
Resolution: Accepted Closed By: patthoyts
    Closed on: 2002-01-11 23:08:59
Description:
I've tcllib-ized the CRC32 Cyclic Redundancy Check
implementation that is available from
http://mini.net/tcl/2259.tcl by Wayland Augur and
posted by Arjen Markus. We currently have sha, md5 and
base64 modules so keeping with this style I propose a
new crc module with the attached code etc.

What does everyone think?
User Comments: patthoyts added on 2002-01-12 06:08:59:
Logged In: YES 
user_id=202636

Checked in after adding Trf support if the package is available.

patthoyts added on 2002-01-10 08:07:13:
Logged In: YES 
user_id=202636

Also - I have contacted the original author and he is
agreeable to our including this code within tcllib.

patthoyts added on 2002-01-10 08:04:33:

File Added - 15770: crc32.tcl

Logged In: YES 
user_id=202636

I've optimised the code a bit so here is a faster version.

patthoyts added on 2002-01-09 22:25:39:

File Added - 15743: crc32.test

patthoyts added on 2002-01-09 22:25:14:

File Added - 15742: crc32.n

patthoyts added on 2002-01-09 22:24:41:

File Added - 15741: crc32.tcl

Attachments: