Alexander Medvednikov
|
fb192d949b
|
all: replace []byte with []u8
|
2022-04-15 15:35:35 +03:00 |
Alexander Medvednikov
|
d4a0d6f73c
|
all: byte => u8
|
2022-04-15 14:58:56 +03:00 |
Nick Treleaven
|
7231a3f135
|
vlib: add `mut` for the first parameter of builtin.copy, arrays.copy and crypto (#13702)
|
2022-03-09 20:26:00 +02:00 |
Delyan Angelov
|
ff34b79d39
|
crypto: implement `rand.bytes(needed_bytes int) ?[]byte`, use it consistently instead of the old rand.read(), which will change to be compatible with io and the pseudo random `rand` module
|
2022-02-15 18:39:33 +02:00 |
Tim Basel
|
9d0a5942ac
|
builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041)
|
2022-02-11 15:52:33 +02:00 |
Taillook
|
f86710dcc7
|
crypto.bcrypt: add doc comments for public bcrypt functions (#12622)
|
2021-11-30 19:41:59 +02:00 |
Delyan Angelov
|
31fe02de8c
|
builtin,crypto: fix problems detected by -fsanitize=address,undefined and -fsanitize=memory
|
2021-11-28 20:35:18 +02:00 |
Delyan Angelov
|
dc610a9a80
|
ci,crypto: fix -cstrict compilation
|
2021-11-28 15:30:13 +02:00 |
Taillook
|
783aba4552
|
vlib/crypto/bcrypt: Add bcrypt (#12595)
|
2021-11-28 12:40:50 +02:00 |