We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bignp256
1 parent 2651953 commit 50ee4c8Copy full SHA for 50ee4c8
bignp256/src/lib.rs
@@ -58,6 +58,7 @@ pub mod public_key;
58
pub mod secret_key;
59
60
#[cfg(feature = "pkcs8")]
61
+#[allow(dead_code)]
62
const ALGORITHM_OID: pkcs8::ObjectIdentifier =
63
pkcs8::ObjectIdentifier::new_unwrap("1.2.112.0.2.0.34.101.45.2.1");
64
0 commit comments