Module sp_application_crypto::ecdsa [−][src]
Ecdsa crypto types.
Structs
| AppPair | A generic |
| AppPublic | A generic |
| AppSignature | A generic |
| Pair | A key pair. |
| Public | The ECDSA compressed public key. |
| Signature | A signature (a 512-bit value, plus 8 bits for recovery ID). |
Enums
| DeriveError | An error when deriving a key. |
| PublicError | An error type for SS58 decoding. |
Constants
| CRYPTO_ID | An identifier used to match public keys against ecdsa keys |