Clarify that randombytes.c is not at all random
这个提交包含在:
父节点
a2ee9cbadb
当前提交
96ae01ef1b
@ -1,3 +1,12 @@
|
||||
/**
|
||||
* WARNING
|
||||
*
|
||||
* This file generates a PREDICTABLE and NOT AT ALL RANDOM sequence of bytes.
|
||||
*
|
||||
* Its purpose is to support our testing suite and it MUST NOT be used in any
|
||||
* scenario where you are expecting actual cryptography to happen.
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include "randombytes.h"
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户