dgd/
dgd/mud/doc/kernel/
dgd/mud/doc/kernel/hook/
dgd/mud/doc/kernel/lfun/
dgd/mud/include/
dgd/mud/include/kernel/
dgd/mud/kernel/lib/
dgd/mud/kernel/lib/api/
dgd/mud/kernel/obj/
dgd/mud/kernel/sys/
dgd/src/host/beos/
dgd/src/host/pc/res/
dgd/src/host/unix/
dgd/src/lpc/
dgd/src/parser/
NAME
	hash_crc16 - 16 bit cyclic redundancy code

SYNOPSIS
	int hash_crc16(string str, string extra...)


DESCRIPTION
	Compute the 16 bit Cyclic Redundancy Code of the concatenation of all
	string arguments, with polynomial:

	    X^16 + X^12 + X^5 + 1

	CRC-16 is considered suitable for strings of up to a total of 4096
	characters.

SEE ALSO
	kfun/hash_md5