Revision history of "Key Generation in Java"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 04:04, 27 February 2008Ron talk contribs 7,453 bytes +7,453 New page: ==WardenRandom.java== <pre>package warden; import util.Buffer; import util.ByteFromIntArray; public class WardenRandom { int position = 0; byte []random_data; byte []randomSource1; b...