⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dorandom.h

📁 非常经典的加密算法
💻 H
字号:
/* Copyright 2000 Enhanced Software Technologies Inc.   All Rights Reserved   dorandom.h -- read /dev/urandom.RCS CHANGE LOG:$Log: dorandom.h,v $Revision 1.3  2000/04/24 19:46:57  ericMore autoconf tweaks. Changed to using Counterpane's TwoFish rather thanDr. Gladman's TwoFish in an attempt to fix the big endian/little endianproblems once and for all.Revision 1.1  2000/03/28 23:54:28  ericInitial checkin -- aescrypt/aesget$Date: 2000/04/24 19:46:57 $*/#ifndef DO_RANDOM_H#define DO_RANDOM_H 1#define URAND_NAME "/dev/urandom"int urand_seed(char * filename);  /* NULL for /dev/urandom  */char *urand_get(int numbytes);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -