Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb8ffc16

Browse files
thaJeztahgopherbot
authored andcommitted
blake2b: drop Go 1.6, Go 1.8 compatibility
Other packages already dropped compatibility with go < 1.12, so itshould be safe to remove it for this package as well.Change-Id: I7e894fd11d2e7d1fe28c647bd921399a9a6e30d0GitHub-Last-Rev:2b4f576GitHub-Pull-Request:#240Reviewed-on:https://go-review.googlesource.com/c/crypto/+/448240Run-TryBot: Nicola Murino <nicola.murino@gmail.com>Reviewed-by: Joedian Reid <joedian@golang.org>Reviewed-by: Nicola Murino <nicola.murino@gmail.com>Commit-Queue: Nicola Murino <nicola.murino@gmail.com>Auto-Submit: Nicola Murino <nicola.murino@gmail.com>TryBot-Result: Gopher Robot <gobot@golang.org>Reviewed-by: Michael Knyszek <mknyszek@google.com>Reviewed-by: Roland Shoemaker <roland@golang.org>Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
1 parent7e6fbd8 commitb8ffc16

File tree

4 files changed

+2
-28
lines changed

4 files changed

+2
-28
lines changed

‎blake2b/blake2bAVX2_amd64.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:buildgo1.7 &&amd64 && gc && !purego
5+
//go:build amd64 && gc && !purego
66

77
package blake2b
88

‎blake2b/blake2bAVX2_amd64.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:buildgo1.7 &&amd64 && gc && !purego
5+
//go:build amd64 && gc && !purego
66

77
#include"textflag.h"
88

‎blake2b/blake2b_amd64.go

Lines changed: 0 additions & 24 deletions
This file was deleted.

‎blake2b/register.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:build go1.9
6-
75
package blake2b
86

97
import (

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp