forked from TrueCloudLab/frostfs-api-go
[#386] util/signature: Add WalletConnect API support
To avoid introducing new dependency (neo-go), crypto routines are used as in other code. Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
f9a91e5f33
commit
dd233c3fbc
6 changed files with 344 additions and 14 deletions
|
@ -37,6 +37,7 @@ type SignatureScheme uint32
|
|||
const (
|
||||
ECDSA_SHA512 SignatureScheme = iota
|
||||
ECDSA_RFC6979_SHA256
|
||||
ECDSA_RFC6979_SHA256_WALLET_CONNECT
|
||||
)
|
||||
|
||||
type Signature struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue