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