Skip to main content

encrypt_point

Function encrypt_point 

Source
pub async fn encrypt_point<K: Key, T: Traversible>(
    key: K,
    decrypted: impl 'static + SingularFetch<T = T>,
) -> Result<Point<Encrypted<K, T>>>