From maroberts@dial.pipex.com Sat, 11 Dec 1999 15:24:54 +0000
Date: Sat, 11 Dec 1999 15:24:54 +0000
From: Mark Roberts maroberts@dial.pipex.com
Subject: [Livid-dev] css-auth

Modified version available at:

http://www.maroberts.dial.pipex.com/livid/css-auth.tar

Features:
Simplified disk-key procedure
CSS routines use less look-ups with same/better performance.

Will be putting into CVS shortly.

Regards

From livid-dev@livid.on.openprojects.net Sat, 11 Dec 1999 02:43:41 -0800
Date: Sat, 11 Dec 1999 02:43:41 -0800
From: livid cvs livid-dev@livid.on.openprojects.net
Subject: [Livid-dev] cvs: mrob

CVSROOT:	/cvs/livid
Module name:	css-auth
Changes by:	mrob	99/12/11 02:43:41

Modified files:
	.              : Makefile css-auth.c css-auth.h css-descramble.c 
Added files:
	.              : css.h cssdebug.c 

Log message:
css-auth
Simplify routine, reducing the number of LUTs required. Change
method of polynomial generation to bytewise operation instead of bitwise
css-descramble
Remove use of LUTs for descrambling, shifting is just as effective
css.h
Common header file for css-stuff
css-debug.c
Common debug stuff