We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7228ae commit bc09257Copy full SHA for bc09257
src/main.rs
@@ -141,7 +141,7 @@ fn main() -> ! {
141
syscon.enable_rsa_ecc();
142
143
let mut ecdsa = AspeedEcdsa::new(&secure, delay.clone());
144
- run_ecdsa_tests::<Secp384r1Curve>(&mut uart_controller, &mut ecdsa);
+ run_ecdsa_tests(&mut uart_controller, &mut ecdsa);
145
146
test_wdt(&mut uart_controller);
147
// Initialize the peripherals here if needed
0 commit comments