hping wiki

Differences for page adler32

Current version compared with version Wed Oct 13 18:27:37 GMT 2004

...
  This is a Tcl implementation of Adler32.
+ Note that this code contains test vectors generated from RFC1950 C implementation.
+ Apparelty there are no official test vectors.
  
   # Adler32 checksum implementation as for RFC1950
   # Copyright (C) 2004 Salvatore Sanfilippo <antirez@invece.org>
...
-  # This code is under the BDS License.
+  # This code is under the BSD License.
   
   # Compute the Adler32 checksum.
   # If you want to compute checksum of data in blocks
...

The following is the old page content