(ctx: &Ctx<'_>)
| 168 | ["Key algorithm must be ", expected_algorithm].concat(), |
| 169 | )) |
| 170 | } |
| 171 | |
| 172 | // Stub implementations for providers without _subtle-full |
| 173 | #[cfg(not(feature = "_subtle-full"))] |
| 174 | mod stubs; |
| 175 | #[cfg(not(feature = "_subtle-full"))] |
| 176 | pub use stubs::subtle_export_key; |
| 177 | #[cfg(not(feature = "_subtle-full"))] |
no test coverage detected