good progress on did:key, x25519

This commit is contained in:
Michael Muré
2025-03-16 12:17:33 +01:00
parent ef067492f3
commit fe5b469bf9
14 changed files with 582 additions and 56 deletions

5
go.mod
View File

@@ -1,11 +1,14 @@
module github.com/INFURA/go-did
go 1.23
go 1.23.0
toolchain go1.23.1
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.36.0
)
require (