This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
v
Watch
1
Star
0
Fork
You've already forked v
0
mirror of
https://github.com/vlang/v.git
synced
2025-09-14 23:12:33 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
12
ff34b79d39
v
/
vlib
/
crypto
/
bcrypt
History
Download ZIP
Download TAR.GZ
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.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
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