You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2026. It is now read-only.
log::trace!("[from_bitstring] BitString raw bytes: {:?}", byte_array);
93
+
log::trace!("[from_bitstring] BitString raw bytes: {byte_array:?}");
94
94
letmut key_usages = Vec::new();
95
95
if byte_array == [0] || byte_array.is_empty(){
96
96
// TODO: PLEASE write a test for this. Is an empty byte array valid? Is a byte array with a single 0 valid, and does it mean that no KeyUsage is set? -bitfl0wer
@@ -135,7 +135,7 @@ impl KeyUsages {
135
135
"Could not properly convert this BitString to KeyUsages. The BitString contains a value not representable by KeyUsages".to_string(),
0 commit comments