1
1

Clarify that randombytes.c is not at all random

Este cometimento está contido em:
Thom Wiggers 2019-01-15 16:10:27 +01:00
ascendente a2ee9cbadb
cometimento 96ae01ef1b
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 001BB0A7CE26E363

Ver ficheiro

@ -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"