Skip to main content

encrypt_private_section

Function encrypt_private_section 

Source
pub async fn encrypt_private_section(
    key_locker: &dyn KeyLocker,
    salt: &Salt,
    private: &MetaPostPrivateV1,
) -> Result<String>
Expand description

Encrypt a MetaPostPrivateV1 into a hex-encoded string.