MCPcopy Create free account
hub / github.com/F-Stack/f-stack / randombytes_buf

Function randombytes_buf

freebsd/crypto/libsodium/randombytes.c:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include <sodium/randombytes.h>
8
9void
10randombytes_buf(void *buf, size_t size)
11{
12 arc4random_buf(buf, size);
13}

Callers

nothing calls this directly

Calls 1

arc4random_bufFunction · 0.50

Tested by

no test coverage detected