| Concept Framework 2.2 documentation | Contents | Index |
| Name | Version | Deprecated |
| crc32 | version 1.0 | no |
| Generates the cyclic redundancy checksum polynomial of 32-bit lengths of the str. This is usually used to validate the integrity of data being transmitted. |
| str | [in] The string of which crc32 is needed |
|
import standard.lib.cripto
class Main { function Main() { echo "The crc32 of 'test' is : "+crc32("test"); } } Results The crc32 of 'test' is : 3632233996 |
| Documented by Eduard Suica, generation time: Tue Oct 18 20:10:38 2011 GMT | (c)2011 RadGs Software |