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

@@ -2,7 +2,8 @@
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.
// Adapted from: https://github.com/golang/go/blob/master/src/crypto/aes
// Based off: https://github.com/golang/go/blob/master/src/crypto/aes
// Last commit: https://github.com/golang/go/commit/691a2d457ab1bf03bd46d4b69e0f93b8993c0055
module aes