Add the following improvements to the fuzz target for CCrypter:
Add roundtrip assertions: Add verification logic by decrypting the resulting ciphertext from a successful call to
Encrypt()orEncryptSecret()and verifying that the output matches the original plaintext.Cover untested methods: Extend the target to explicitly test
CCrypter::SetKey()andDecryptSecret().