tinygo/src
Ayke van Laethem d05103668f crypto/rand: switch to arc4random_buf
This doesn't have the potential blocking issue of the getentropy call
(which calls WASI random_get when using wasi-libc) and should therefore
be a lot faster.

For context, this is what the random_get documentation says:

> Write high-quality random data into a buffer. This function blocks
> when the implementation is unable to immediately provide sufficient
> high-quality random data. This function may execute slowly, so when
> large mounts of random data are required, it's advisable to use this
> function to seed a pseudo-random number generator, rather than to
> provide the random data directly.
2021-08-09 15:20:39 +02:00
..
crypto/rand crypto/rand: switch to arc4random_buf 2021-08-09 15:20:39 +02:00
device
examples stm32: support pin input interrupts 2021-06-11 09:07:32 +02:00
internal scheduler: task.Data made 64bit to avoid overflow 2021-06-01 15:00:07 +02:00
machine machine/rp2040: add I2C support (#2013) 2021-08-06 17:22:50 +02:00
net move xtoi2 to parse.go 2021-07-02 18:49:14 +02:00
os os: implement process related functions 2021-06-25 16:14:47 +02:00
reflect reflect: add stubs required for net/http 2021-06-02 13:28:38 +02:00
runtime wasm: align heap to 16 bytes 2021-07-30 08:38:51 +02:00
sync Add sync.NewCond 2021-06-01 15:02:11 +02:00
syscall os: implement process related functions 2021-06-25 16:14:47 +02:00
testing src/testing/benchmark.go: add subset implementation of Benchmark 2021-08-06 08:19:15 +02:00