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 021f54e commit c9a3dd8Copy full SHA for c9a3dd8
src/rust/bitbox02-rust/src/keystore.rs
@@ -187,7 +187,7 @@ pub fn secp256k1_schnorr_sign(
187
/// # Safety
188
///
189
/// keypath pointer has point to a buffer of length `keypath_len` uint32 elements.
190
-#[cfg(feature = "firmware")]
+#[cfg(feature = "c-unit-testing")]
191
#[unsafe(no_mangle)]
192
pub unsafe extern "C" fn rust_secp256k1_get_private_key(
193
keypath: *const u32,
0 commit comments