dorandom.h

来自「非常经典的加密算法」· C头文件 代码 · 共 29 行

H
29
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?