Commit 18fef98
authored
The `Encapsulate` trait is for KEM public keys, which we need to be able
to serialize/deserialize for them to be useful.
We don't want to enforce a similar bound for `Decapsulate` though, since
those are secret keys that may be stored in an HSM/SEP/TPM which
prevents export.
1 parent ee5e408 commit 18fef98
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments