File: 0001-blake2b-reference

package info (click to toggle)
golang-github-nebulouslabs-fastrand 0.0~git20170512.60b6156-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 92 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 522 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Date: Sat, 13 May 2017 20:56:00 +0200
Subject: blake2b-reference

---
 fastrand.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fastrand.go b/fastrand.go
index 3b32337..dd8f08a 100644
--- a/fastrand.go
+++ b/fastrand.go
@@ -20,7 +20,7 @@ import (
 	"sync/atomic"
 	"unsafe"
 
-	"golang.org/x/crypto/blake2b"
+	"github.com/dchest/blake2b"
 )
 
 // A randReader produces random values via repeated hashing. The entropy field