1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vlib.crypto: add last commit to help track changes. (#1426)

This commit is contained in:
joe-conigliaro
2019-08-02 14:37:19 +10:00
committed by Alexander Medvednikov
parent a27165f07e
commit 2bdbc327d9
6 changed files with 12 additions and 6 deletions

View File

@ -8,7 +8,8 @@
// RC4 is cryptographically broken and should not be used for secure
// applications.
// Adapted from: https://github.com/golang/go/blob/master/src/crypto/rc4
// Based off: https://github.com/golang/go/blob/master/src/crypto/rc4
// Last commit: https://github.com/golang/go/commit/b35dacaac57b039205d9b07ea24098e2c3fcb12e
module rc4