pub fn encrypt<T>( sk: &SecretKey, pk: &XOnlyPublicKey, text: T ) -> Result<String, Error>where T: AsRef<[u8]>,
Entrypt