Skip to content

Commit

Permalink
crypto: trim module name of Avo generators
Browse files Browse the repository at this point in the history
Change-Id: I29df173c2ba3bb37aff67e9872f0a5aa4c01ed87
Reviewed-on: https://go-review.googlesource.com/c/go/+/629835
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
TryBot-Bypass: Filippo Valsorda <filippo@golang.org>
  • Loading branch information
FiloSottile committed Nov 19, 2024
1 parent fb7f4f9 commit a3c068c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/crypto/internal/fips/aes/_asm/ctr/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module std/crypto/aes/_asm/ctr
module crypto/aes/_asm/ctr

go 1.24

Expand Down
2 changes: 1 addition & 1 deletion src/crypto/internal/fips/aes/_asm/standard/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module std/crypto/aes/_asm/standard
module crypto/aes/_asm/standard

go 1.24

Expand Down
2 changes: 1 addition & 1 deletion src/crypto/internal/fips/aes/gcm/_asm/gcm/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module std/crypto/aes/_asm/gcm
module crypto/aes/_asm/gcm

go 1.24

Expand Down
2 changes: 1 addition & 1 deletion src/crypto/internal/fips/bigmod/_asm/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module std/crypto/internal/fips/bigmod/_asm
module crypto/internal/fips/bigmod/_asm

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion src/crypto/internal/fips/edwards25519/field/_asm/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module std/crypto/internal/fips/edwards25519/field/_asm
module crypto/internal/fips/edwards25519/field/_asm

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion src/crypto/internal/fips/nistec/_asm/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module std/crypto/internal/fips/nistec/_asm
module crypto/internal/fips/nistec/_asm

go 1.24

Expand Down
2 changes: 1 addition & 1 deletion src/crypto/internal/fips/sha256/_asm/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module std/crypto/sha256/_asm
module crypto/sha256/_asm

go 1.24

Expand Down
2 changes: 1 addition & 1 deletion src/crypto/internal/fips/sha512/_asm/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module std/crypto/sha512/_asm
module crypto/sha512/_asm

go 1.24

Expand Down
2 changes: 1 addition & 1 deletion src/crypto/md5/_asm/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module std/crypto/md5/_asm
module crypto/md5/_asm

go 1.24

Expand Down
2 changes: 1 addition & 1 deletion src/crypto/sha1/_asm/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module std/crypto/sha1/_asm
module crypto/sha1/_asm

go 1.24

Expand Down

0 comments on commit a3c068c

Please sign in to comment.