http://www.rfc-editor.org/errata.html >> 2030 >> find errata
-- AdamBuckley - 30 Jan 2004
Jon Dobles spotted an error in encodeTimestamp. Line 394 is:
array[7] = (byte) (Math.random()*255.0);
but should be:
array[7+pointer] = (byte) (Math.random()*255.0);
Thank you Jon!
-- AdamBuckley - 13 Feb 2004
The two Java source files were updated on 28-Aug-2004 to reflect the above comments.
-- AdamBuckley - 28 Aug 2004