[][src]Macro sp_application_crypto::app_crypto_public_full_crypto

macro_rules! app_crypto_public_full_crypto {
    ($public:ty, $key_type:expr) => { ... };
}

Declares Public type which is functionally equivalent to $public, but is new Application-specific type whose identifier is $key_type. can only be used together with full_crypto feature For full functionality, app_crypto_public_common! must be called too.