vendor: Update github.com/minio/sha256-simd (fixes #4585)

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4592
This commit is contained in:
Jakob Borg
2017-12-12 10:31:27 +00:00
parent 230fb083fc
commit 24c721cb5d
7 changed files with 770 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
//
//
// Based on implementaion as found in https://github.com/jocover/sha256-armv8
// Based on implementation as found in https://github.com/jocover/sha256-armv8
//
// Use github.com/minio/asm2plan9s on this file to assemble ARM instructions to
// their Plan9 equivalents