all: Use github.com/minio/sha256-simd

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3581
This commit is contained in:
Jakob Borg
2016-09-09 09:57:51 +00:00
committed by Audrius Butkevicius
parent 3990014073
commit 5e99d38412
31 changed files with 3547 additions and 20 deletions

View File

@@ -7,12 +7,13 @@ package protocol
import (
"bytes"
"crypto/sha256"
"encoding/binary"
"errors"
"fmt"
"time"
"github.com/minio/sha256-simd"
"github.com/syncthing/syncthing/lib/rand"
)