frostfs-sdk-go/util/signature
Leonard Lyubich a292150d42 [#157] signature: Change scheme selection
`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>
2022-03-03 09:39:21 +03:00
..
data.go [#157] signature: Change scheme selection 2022-03-03 09:39:21 +03:00
options.go [#157] signature: Change scheme selection 2022-03-03 09:39:21 +03:00
util.go [#53] util: move signature package from neofs-api-go 2021-11-08 12:39:45 +03:00