WvStreams
wvcrypto.cc
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 }