Commit a20063f
authored
aead-stream: remove unnecessary KeyInit constraint on from_aead (#739)
`Encryptor::from_aead` and `Decryptor::from_aead` require AEAD to
implement `KeyInit`, which seems unnecessary and unused. I believe we
can drop that requirement.1 parent 68916e5 commit a20063f
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | 203 | | |
205 | 204 | | |
206 | 205 | | |
| |||
0 commit comments