vlib.crypto: add last commit to help track changes. (#1426)
parent
a27165f07e
commit
2bdbc327d9
|
@ -2,7 +2,8 @@
|
||||||
// Use of this source code is governed by an MIT license
|
// Use of this source code is governed by an MIT license
|
||||||
// that can be found in the LICENSE file.
|
// 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
|
module aes
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,8 @@
|
||||||
// MD5 is cryptographically broken and should not be used for secure
|
// MD5 is cryptographically broken and should not be used for secure
|
||||||
// applications.
|
// 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
|
module md5
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,8 @@
|
||||||
// RC4 is cryptographically broken and should not be used for secure
|
// RC4 is cryptographically broken and should not be used for secure
|
||||||
// applications.
|
// 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
|
module rc4
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,8 @@
|
||||||
// SHA-1 is cryptographically broken and should not be used for secure
|
// SHA-1 is cryptographically broken and should not be used for secure
|
||||||
// applications.
|
// applications.
|
||||||
|
|
||||||
// Adapted from: https://github.com/golang/go/blob/master/src/crypto/sha1
|
// Based off: https://github.com/golang/go/blob/master/src/crypto/sha1
|
||||||
|
// Last commit: https://github.com/golang/go/commit/3ce865d7a0b88714cc433454ae2370a105210c01
|
||||||
|
|
||||||
module sha1
|
module sha1
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
// Package sha256 implements the SHA224 and SHA256 hash algorithms as defined
|
// Package sha256 implements the SHA224 and SHA256 hash algorithms as defined
|
||||||
// in FIPS 180-4.
|
// 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
|
module sha256
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
// Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256
|
// Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256
|
||||||
// hash algorithms as defined in FIPS 180-4.
|
// hash algorithms as defined in FIPS 180-4.
|
||||||
|
|
||||||
// Adaped from https://github.com/golang/go/tree/master/src/crypto/sha512
|
// Based off: https://github.com/golang/go/tree/master/src/crypto/sha512
|
||||||
|
// Last commit: https://github.com/golang/go/commit/3ce865d7a0b88714cc433454ae2370a105210c01
|
||||||
|
|
||||||
module sha512
|
module sha512
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue