Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

wvcrypto.cc

Go to the documentation of this file.
00001 /*
00002  * Worldvisions Tunnel Vision Software:
00003  *   Copyright (C) 1997-2002 Net Integration Technologies, Inc.
00004  * 
00005  * Miscellaneous cryptography primitives.
00006  */
00007 #include "wvcrypto.h"
00008 
00009 /***** WvRandomStream *****/
00010 
00011 WvRandomStream::WvRandomStream() :
00012     WvFile("/dev/urandom", O_RDONLY)
00013 {
00014 }

Generated on Sat Feb 21 21:05:26 2004 for WvStreams by doxygen 1.3.5