remove OptionAESCiphertext

This commit is contained in:
Sam Kim
2021-10-14 13:00:41 -04:00
committed by Michael Vines
parent 22114c523f
commit 173d88d514

View File

@ -80,4 +80,3 @@ impl fmt::Debug for AESCiphertext {
write!(f, "{:?}", self.0) write!(f, "{:?}", self.0)
} }
} }