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:

committed by
Alexander Medvednikov

parent
a27165f07e
commit
2bdbc327d9
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user