public static void PrintUsage() { Console.Out.WriteLine("Usage: TrIncSrv.exe [filename or param=value]... where filename contains"); Console.Out.WriteLine(" lines of the form param=value and param must be one of the following."); Console.Out.WriteLine(); CommonParams.PrintUsage(); }
public static void PrintUsage() { Console.Out.WriteLine("Usage: PassHashSrv.exe [filename or param=value]... where filename contains"); Console.Out.WriteLine(" lines of the form param=value and param must be one of the following."); Console.Out.WriteLine(); CommonParams.PrintUsage(); Console.Out.WriteLine(" secretLength = length of secret to use"); }
public static void PrintUsage() { Console.Out.WriteLine("Usage: Notary.exe [filename or param=value]... where filename contains"); Console.Out.WriteLine(" lines of the form param=value and param must be one of the following."); Console.Out.WriteLine(); CommonParams.PrintUsage(); Console.Out.WriteLine(" messageLength = length of message to notarize"); }
public static void PrintUsage() { Console.Out.WriteLine("Usage: TrInc.exe [filename or param=value]... where filename contains"); Console.Out.WriteLine(" lines of the form param=value and param must be one of the following."); Console.Out.WriteLine(); CommonParams.PrintUsage(); Console.Out.WriteLine(" messageLength = length of message to attest"); Console.Out.WriteLine(" publicKeyBits = bits in our counter's public key"); }
public static void PrintUsage() { Console.Out.WriteLine("Usage: DiffPriv.exe [filename or param=value]... where filename contains"); Console.Out.WriteLine(" lines of the form param=value and param must be one of the following."); Console.Out.WriteLine(); CommonParams.PrintUsage(); Console.Out.WriteLine(" numColumns = number of columns in each row"); Console.Out.WriteLine(" maxColumnValue = maximum value in each column"); Console.Out.WriteLine(" numRows = number of rows to add"); Console.Out.WriteLine(" numQueries = number of queries to run"); Console.Out.WriteLine(" nonceBytes = number of bytes to use in each row nonce"); }