Subject: Re: CVS commit: src/sys/netinet
To: David Laight <david@l8s.co.uk>
From: Perry E. Metzger <perry@piermont.com>
List: source-changes
Date: 09/06/2003 19:10:34
David Laight <david@l8s.co.uk> writes:
> - sequences where values are guaranteed not to be reproduced
> - random values

One way to do this is encrypting a counter with a 32 bit block cipher,
but until a few minutes ago I was unaware of any. (Now I've learned of
one on the cryptography mailing list.)

Perry