# Type aliases
PublicKey is a wrapper over ecdsa.PublicKey used for FrostFS needs.
PublicKeyRFC6979 is a wrapper over ecdsa.PublicKey used for FrostFS needs.
PublicKeyWalletConnect is a wrapper over ecdsa.PublicKey used for FrostFS needs.
Signer wraps ecdsa.PrivateKey and represents signer based on ECDSA with SHA-512 hashing.
SignerRFC6979 wraps ecdsa.PrivateKey and represents signer based on deterministic ECDSA with SHA-256 hashing (RFC 6979).
SignerWalletConnect is similar to SignerRFC6979 with 2 changes: 1.