|
From: <pe...@us...> - 2004-01-18 21:20:32
|
Update of /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/id In directory sc8-pr-cvs1:/tmp/cvs-serv28625/src/java/org/neuclear/id Modified Files: SignedNamedCore.java Log Message: Created Base32 encoder that now fully complies with Tyler's spec. Index: SignedNamedCore.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/id/SignedNamedCore.java,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** SignedNamedCore.java 16 Jan 2004 23:42:09 -0000 1.14 --- SignedNamedCore.java 18 Jan 2004 21:20:29 -0000 1.15 *************** *** 2,5 **** --- 2,8 ---- * $Id$ * $Log$ + * Revision 1.15 2004/01/18 21:20:29 pelle + * Created Base32 encoder that now fully complies with Tyler's spec. + * * Revision 1.14 2004/01/16 23:42:09 pelle * Added Base32 class. The Base32 encoding used wasnt following the standards. |