pub fn verify_ciphertext(ct: &CipherText, commitment: &Hash) -> bool
Expand description
Verifying a ciphertext guarantees that it has not been malleated.
pub fn verify_ciphertext(ct: &CipherText, commitment: &Hash) -> bool
Verifying a ciphertext guarantees that it has not been malleated.