mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
vlib.crypto: add last commit to help track changes. (#1426)
This commit is contained in:
parent
a27165f07e
commit
2bdbc327d9
6 changed files with 12 additions and 6 deletions
|
@ -7,7 +7,8 @@
|
|||
// MD5 is cryptographically broken and should not be used for secure
|
||||
// applications.
|
||||
|
||||
// Adapted from: https://github.com/golang/go/blob/master/src/crypto/md5
|
||||
// Based off: https://github.com/golang/go/blob/master/src/crypto/md5
|
||||
// Last commit: https://github.com/golang/go/commit/ed7f323c8f4f6bc61a75146bf34f5b8f73063a17
|
||||
|
||||
module md5
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue