Commit 034cbc4
committed
ML-DSA-44: use typed encoding/format parameters
Replace generic &pyo3::Bound<'_, pyo3::PyAny> with concrete
crate::serialization::Encoding/PrivateFormat/PublicFormat types
in private_bytes() and public_bytes() methods, consistent with
how other key backends are implemented.
Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>1 parent 0c90a8d commit 034cbc4
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
| 126 | + | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
206 | | - | |
| 205 | + | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
0 commit comments