panthema / 2009 / cryptote / cryptote-0.5.390 / libenctain / botan-1.6 / include / es_win32.h (Download File)
/*************************************************
* Win32 EntropySource Header File                *
* (C) 1999-2007 The Botan Project                *
*************************************************/

#ifndef BOTAN_EXT_ENTROPY_SRC_WIN32_H__
#define BOTAN_EXT_ENTROPY_SRC_WIN32_H__

#include "botan-1.6/include/buf_es.h"

namespace Enctain {
namespace Botan {

/*************************************************
* Win32 Entropy Source                           *
*************************************************/
class Win32_EntropySource : public Buffered_EntropySource
   {
   private:
      void do_fast_poll();
      void do_slow_poll();
   };

}
}

#endif