Curve25519

This commit is contained in:
ycc
2022-03-01 10:37:11 +01:00
parent c07cdff3de
commit dee68043d1
10 changed files with 140 additions and 45 deletions

2
go.mod
View File

@ -6,8 +6,8 @@ require (
github.com/ProtonMail/gopenpgp/v2 v2.2.4
github.com/go-resty/resty/v2 v2.6.0
github.com/google/uuid v1.3.0
github.com/makiuchi-d/gozxing v0.1.1
github.com/rs/zerolog v1.25.0
github.com/stretchr/testify v1.4.0
github.com/tidwall/gjson v1.10.2
google.golang.org/protobuf v1.27.1
)