diff --git a/src/online.rs b/src/online.rs index e4c68f3..feddeda 100644 --- a/src/online.rs +++ b/src/online.rs @@ -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.