Crate subcryptor

Source
Expand description

Minimal implementation of Substrate crypto.

Re-exports§

pub use ss58_registry;
pub use prelude::*;

Modules§

constant
Subcryptor constant collections.
error
Subcryptor error collections.
prelude
Subcryptor’s prelude.

Structs§

Ecdsa
ECDSA key type.
Ed25519
ED25519 key type.
Sr25519
SR25519 key type.

Traits§

Key
Key trait.

Functions§

base64_decode
Decode the base64 encoded data.
decrypt_keystore
Decrypt the encrypted keystore.
public_key_of
Get the public key of the SS58 address.
ss58_address_of
Get the specific network SS58 address of the public key.