Skip to content

Commit a3c068c

Browse files
committed
crypto: trim module name of Avo generators
Change-Id: I29df173c2ba3bb37aff67e9872f0a5aa4c01ed87 Reviewed-on: https://go-review.googlesource.com/c/go/+/629835 Auto-Submit: Filippo Valsorda <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Roland Shoemaker <[email protected]> TryBot-Bypass: Filippo Valsorda <[email protected]>
1 parent fb7f4f9 commit a3c068c

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

src/crypto/internal/fips/aes/_asm/ctr/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module std/crypto/aes/_asm/ctr
1+
module crypto/aes/_asm/ctr
22

33
go 1.24
44

src/crypto/internal/fips/aes/_asm/standard/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module std/crypto/aes/_asm/standard
1+
module crypto/aes/_asm/standard
22

33
go 1.24
44

src/crypto/internal/fips/aes/gcm/_asm/gcm/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module std/crypto/aes/_asm/gcm
1+
module crypto/aes/_asm/gcm
22

33
go 1.24
44

src/crypto/internal/fips/bigmod/_asm/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module std/crypto/internal/fips/bigmod/_asm
1+
module crypto/internal/fips/bigmod/_asm
22

33
go 1.19
44

src/crypto/internal/fips/edwards25519/field/_asm/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module std/crypto/internal/fips/edwards25519/field/_asm
1+
module crypto/internal/fips/edwards25519/field/_asm
22

33
go 1.19
44

src/crypto/internal/fips/nistec/_asm/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module std/crypto/internal/fips/nistec/_asm
1+
module crypto/internal/fips/nistec/_asm
22

33
go 1.24
44

src/crypto/internal/fips/sha256/_asm/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module std/crypto/sha256/_asm
1+
module crypto/sha256/_asm
22

33
go 1.24
44

src/crypto/internal/fips/sha512/_asm/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module std/crypto/sha512/_asm
1+
module crypto/sha512/_asm
22

33
go 1.24
44

src/crypto/md5/_asm/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module std/crypto/md5/_asm
1+
module crypto/md5/_asm
22

33
go 1.24
44

src/crypto/sha1/_asm/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module std/crypto/sha1/_asm
1+
module crypto/sha1/_asm
22

33
go 1.24
44

0 commit comments

Comments
 (0)