[−][src]Module sp_io::crypto
Interfaces for working with crypto related types from within the runtime.
Structs
| HostFunctions | Provides implementations for the extern host functions. |
Functions
| ed25519_public_keys | Returns all |
| ed25519_generate | Generate an |
| ed25519_sign | Sign the given |
| ed25519_verify | Verify an |
| secp256k1_ecdsa_recover | Verify and recover a SECP256k1 ECDSA signature. |
| secp256k1_ecdsa_recover_compressed | Verify and recover a SECP256k1 ECDSA signature. |
| sr25519_public_keys | Returns all |
| sr25519_generate | Generate an |
| sr25519_sign | Sign the given |
| sr25519_verify | Verify an |