OnlineSource::needs_samples() = true (validates against ciphertext)

This commit is contained in:
MattJackson
2026-06-04 14:45:49 -07:00
parent 681e7a0295
commit 0e65237ce7
+5
View File
@@ -132,6 +132,11 @@ impl KeySource for OnlineSource {
}
}
}
/// The service validates against real ciphertext, so it needs samples.
fn needs_samples(&self) -> bool {
true
}
}
/// Parse a 32-char hex Unit Key into 16 bytes.