mirror of
https://github.com/restic/restic.git
synced 2025-08-23 17:28:02 +00:00
Update x/crypto to fix poly1305 on ARM
The broken poly1305 implementation for arm64 was removed, fixing the segfault issue on arm64 (gh-2618). The version for amd64 has improved performance, which shows up in the internal/repository benchmark: name old speed new speed delta SaveAndEncrypt-8 110MB/s ± 2% 113MB/s ± 1% +2.24% (p=0.000 n=20+20)
This commit is contained in:
2
go.mod
2
go.mod
@@ -33,7 +33,7 @@ require (
|
||||
github.com/spf13/pflag v1.0.3
|
||||
github.com/stretchr/testify v1.3.0 // indirect
|
||||
go.opencensus.io v0.20.2 // indirect
|
||||
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
|
||||
golang.org/x/crypto v0.0.0-20200427165652-729f1e841bcc
|
||||
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
|
||||
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
|
||||
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
||||
|
Reference in New Issue
Block a user