The cryptofuzz target was based on a false premise: that it is impossible for any fuzzer to generate a valid ciphertext+MAC for the decrypt function. Niklas Gogge proved this premise incorrect using AFL++ with the CMPLOG feature, which enabled AFL++ to generate such valid messages. We remove the assertions requiring decryption to fail and add the inputs AFL++ found to the corpus.