v/vlib/crypto/rand
2025-03-05 14:36:15 +02:00
..
crypto_rand_bytes_test.v all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
rand.v crypto: add missing doc comments for public methods (#23864) 2025-03-05 14:36:15 +02:00
rand_darwin.c.v crypto.rand: fix compilation on macos with -cc tcc -no-retry-compilation -gc none 2024-09-15 14:53:52 +03:00
rand_default.c.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
rand_freebsd.c.v vlib: change byte to u8 (#19930) 2023-11-19 04:23:32 +03:00
rand_linux.c.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
rand_openbsd.c.v vlib: change byte to u8 (#19930) 2023-11-19 04:23:32 +03:00
rand_solaris.c.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
rand_windows.c.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
utils.v crypto.rand: add support for convenient generation of a random big integer in the interval [0, n) (#22266) 2024-09-21 15:58:10 +03:00
utils_test.v crypto.rand: add support for convenient generation of a random big integer in the interval [0, n) (#22266) 2024-09-21 15:58:10 +03:00