rename the package to ucan-wg/go-dit-it

This commit is contained in:
Michael Muré
2025-07-10 15:56:45 +02:00
parent 0b255ea35b
commit b44cf50620
57 changed files with 159 additions and 177 deletions

View File

@@ -5,7 +5,7 @@ import (
"crypto/rsa"
"fmt"
"github.com/INFURA/go-did/crypto"
"github.com/ucan-wg/go-did-it/crypto"
)
const (

View File

@@ -6,8 +6,8 @@ import (
"github.com/stretchr/testify/require"
"github.com/INFURA/go-did/crypto"
"github.com/INFURA/go-did/crypto/_testsuite"
"github.com/ucan-wg/go-did-it/crypto"
"github.com/ucan-wg/go-did-it/crypto/_testsuite"
)
var harness2048 = testsuite.TestHarness[*PublicKey, *PrivateKey]{

View File

@@ -9,7 +9,7 @@ import (
"fmt"
"math/big"
"github.com/INFURA/go-did/crypto"
"github.com/ucan-wg/go-did-it/crypto"
)
var _ crypto.PrivateKeySigningASN1 = &PrivateKey{}

View File

@@ -8,8 +8,8 @@ import (
"fmt"
"math/big"
"github.com/INFURA/go-did/crypto"
helpers "github.com/INFURA/go-did/crypto/internal"
"github.com/ucan-wg/go-did-it/crypto"
helpers "github.com/ucan-wg/go-did-it/crypto/internal"
)
var _ crypto.PublicKeySigningASN1 = &PublicKey{}