encrypt_point

Function encrypt_point 

Source
pub async fn encrypt_point<K: Key, T: Traversible>(
    key: K,
    decrypted: Point<T>,
) -> Result<Point<Encrypted<K, T>>>