crypto: integrate varsig

This commit is contained in:
Michael Muré
2025-07-30 18:32:14 +02:00
committed by Michael Muré
parent b520568e7d
commit 2f76eaa8fe
30 changed files with 451 additions and 123 deletions

9
go.mod
View File

@@ -1,8 +1,8 @@
module github.com/MetaMask/go-did-it
go 1.23.0
go 1.24.4
toolchain go1.23.1
toolchain go1.24.5
require (
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0
@@ -10,7 +10,8 @@ require (
github.com/multiformats/go-multibase v0.2.0
github.com/multiformats/go-varint v0.0.7
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.39.0
github.com/ucan-wg/go-varsig v1.0.0
golang.org/x/crypto v0.40.0
)
require (
@@ -18,6 +19,6 @@ require (
github.com/multiformats/go-base32 v0.0.3 // indirect
github.com/multiformats/go-base36 v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/sys v0.34.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)