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
1 changed files with 0 additions and 1 deletions

View File

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