We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109abc7 commit 6cb1795Copy full SHA for 6cb1795
crates/keybroker/src/encryptor.rs
@@ -71,13 +71,10 @@ impl<const DETERMINISTIC: bool> Encryptor<DETERMINISTIC> {
71
Ok(Self { derived_key })
72
}
73
74
- // TODO: do not send instance secrets to funrun, only derived keys
75
- #[allow(unused)]
76
pub fn derived_key(&self) -> [u8; KEY_LEN] {
77
self.derived_key
78
79
80
81
pub fn from_derived_key(derived_key: [u8; KEY_LEN]) -> Self {
82
Self { derived_key }
83
0 commit comments