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

@ -5,7 +5,8 @@
// Package sha256 implements the SHA224 and SHA256 hash algorithms as defined
// in FIPS 180-4.
// Adaped from https://github.com/golang/go/tree/master/src/crypto/sha256
// Based off: https://github.com/golang/go/tree/master/src/crypto/sha256
// Last commit: https://github.com/golang/go/commit/3ce865d7a0b88714cc433454ae2370a105210c01
module sha256