https://github.com/mupq/pqm4
Raw File
Tip revision: ae06d3dfc39e62f24a6dbb62d8e15a198b536d29 authored by Matthias J. Kannwischer on 31 January 2019, 10:15:17 UTC
Add kyber512 and kyber1024 (#35)
Tip revision: ae06d3d
randombytes.h
#ifndef RANDOMBYTES_H
#define RANDOMBYTES_H

void randombytes(unsigned char *x,unsigned long long xlen);

#endif
back to top