This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
csidh
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
3
Branches
50 KiB
C
67%
Assembly
27.5%
Python
4.7%
Makefile
0.8%
Branch:
master
cswap_xmm
master
mega-fast
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
csidh
/
rng.h
9 lines
95 B
Raw
Permalink
Blame
History
#ifndef RNG_H
#define RNG_H
#include <stdlib.h>
void randombytes(void *x, size_t l);
#endif