pub fn timelock_decrypt(
ciphertext: &TimeLockCiphertext,
) -> TimeLockResult<Vec<u8>>Expand description
Decrypt time-locked data.
This requires performing ciphertext.iterations() sequential hash operations
to recover the encryption key before decrypting the data.