Random Sodium

PHOTO EMBED

Mon Aug 30 2021 00:22:03 GMT+0000 (Coordinated Universal Time)

Saved by @luisjdominguezp #c

#include "sodium.h"

int foo() {
  char myString[32];
  uint32_t myInt;
  if (sodium_init() < 0) return 1;
  randombytes_buf(myString, 32);
  myInt = randombytes_uniform(10);
}
content_copyCOPY