From 00491e8de83411b1f4bb2ddceef612051b7b20f8 Mon Sep 17 00:00:00 2001 From: RyanSquared Date: Sun, 7 Jan 2024 21:43:26 -0500 Subject: [PATCH] openpgp-card: send all bytes of creation time --- openpgp-card/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/openpgp-card/src/lib.rs b/openpgp-card/src/lib.rs index f327aea..82081f1 100644 --- a/openpgp-card/src/lib.rs +++ b/openpgp-card/src/lib.rs @@ -1209,7 +1209,6 @@ impl<'a> Transaction<'a> { .get() .to_be_bytes() .iter() - .skip_while(|&&e| e == 0) .copied() .collect();