Files
tinygo/testdata
Ayke van Laethem d94f42f6e2 crypto/rand: replace this package with a TinyGo version
This package provides access to an operating system resource
(cryptographic numbers) and so needs to be replaced with a TinyGo
version that does this in a different way.

I've made the following choices while adding this feature:

  - I'm using the getentropy call whenever possible (most POSIX like
    systems), because it is easier to use and more reliable. Linux is
    the exception: it only added getentropy relatively recently.
  - I've left bare-metal implementations to a future patch. This because
    it's hard to reliably get cryptographically secure random numbers on
    embedded devices: most devices do not have a hardware PRNG for this
    purpose.
2021-06-21 18:22:31 +02:00
..
2021-05-21 17:54:13 +02:00
2019-09-20 10:35:49 +02:00
2019-09-20 10:35:49 +02:00
2021-04-09 18:33:48 +02:00
2021-04-09 18:33:48 +02:00
2020-01-27 19:01:55 +01:00
2021-05-26 20:21:08 +02:00
2020-05-12 01:17:27 +02:00
2019-09-24 18:16:43 +02:00
2021-04-09 18:33:48 +02:00
2021-04-09 18:33:48 +02:00
2021-04-21 07:37:22 +02:00
2021-04-21 07:37:22 +02:00
2019-02-05 19:37:21 +01:00
2019-02-05 19:37:21 +01:00
2020-10-02 11:26:22 +02:00
2020-10-02 11:26:22 +02:00
2021-05-22 21:41:06 +02:00
2021-04-12 14:49:26 +02:00
2018-10-20 17:22:51 +02:00
2020-10-23 21:37:35 +02:00
2020-10-23 21:37:35 +02:00
2021-04-15 08:45:08 +02:00
2019-10-13 23:07:47 +02:00
2019-10-13 23:07:47 +02:00
2020-05-12 01:17:27 +02:00