Skip to content

Commit 6cb1795

Browse files
goffrieConvex, Inc.
authored andcommitted
Remove a done TODO (#43509)
GitOrigin-RevId: 5ba2a0f4368863cbeef256911fa2a37bd4ad4f5e
1 parent 109abc7 commit 6cb1795

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/keybroker/src/encryptor.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,10 @@ impl<const DETERMINISTIC: bool> Encryptor<DETERMINISTIC> {
7171
Ok(Self { derived_key })
7272
}
7373

74-
// TODO: do not send instance secrets to funrun, only derived keys
75-
#[allow(unused)]
7674
pub fn derived_key(&self) -> [u8; KEY_LEN] {
7775
self.derived_key
7876
}
7977

80-
#[allow(unused)]
8178
pub fn from_derived_key(derived_key: [u8; KEY_LEN]) -> Self {
8279
Self { derived_key }
8380
}

0 commit comments

Comments
 (0)