forked from TrueCloudLab/frostfs-sdk-go
a292150d42
`SignData`: use `ECDSAWithSHA512` by default. `SignWithRFC6979` option switches the scheme to `RFC6979WithSHA256`. `VerifyData`: if scheme is not fixed (like by `SignWithRFC6979` option) then scheme from the message is processed. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
17 lines
515 B
Modula-2
17 lines
515 B
Modula-2
module github.com/nspcc-dev/neofs-sdk-go
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210521073959-f0d4d129b7f1
|
|
github.com/golang/mock v1.5.0
|
|
github.com/google/uuid v1.2.0
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
github.com/mr-tron/base58 v1.2.0
|
|
github.com/nspcc-dev/hrw v1.0.9
|
|
github.com/nspcc-dev/neo-go v0.98.0
|
|
github.com/nspcc-dev/neofs-api-go/v2 v2.11.2-0.20220302134950-d065453bd0a7
|
|
github.com/stretchr/testify v1.7.0
|
|
go.uber.org/zap v1.18.1
|
|
google.golang.org/grpc v1.41.0
|
|
)
|