This commit is contained in:
Sosthène Guédon
2023-04-05 10:11:39 +02:00
committed by sosthene-nitrokey
parent 718cec7d85
commit 3786e3cee0
+1 -1
View File
@@ -119,7 +119,7 @@ pub trait AuthClient: ExtensionClient<AuthExtension> {
})
}
/// Set a pin, resetting it's retry counter and setting the key to be wrapped
/// Set a pin, resetting its retry counter and setting the key to be wrapped
///
/// Similar to [`set_pin`](AuthClient::set_pin), but allows the key that the pin will unwrap to be configured.
/// Currently only symmetric 256 bit keys are accepted. This method should be used only with keys that were obtained through [`get_pin_key`](AuthClient::get_pin_key)