Skip to content

Commit

Permalink
Increase radius time 1 -> 2 seconds to reflect uncertainty from leap …
Browse files Browse the repository at this point in the history
…seconds
  • Loading branch information
int08h committed May 19, 2024
1 parent dc87aac commit 218f5ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/key/online.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ impl OnlineKey {
let mut midp = [0; 8];

let radi_time = match ver {
Version::Classic => 1_000_000, // one second in microseconds
Version::Rfc => 1, // one second
Version::Classic => 2_000_000, // two seconds in microseconds
Version::Rfc => 2, // two seconds
};

(&mut radi as &mut [u8])
Expand Down

0 comments on commit 218f5ce

Please sign in to comment.