This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
ff34b79d39
v
/
vlib
/
crypto
/
bcrypt
History
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
..
bcrypt_test.v
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
bcrypt.v
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