Add internal_authenticate() to the public API.

This commit is contained in:
Heiko Schaefer 2021-11-05 13:32:39 +01:00
parent a88620a96d
commit 3d821e2c5f

View file

@ -522,7 +522,7 @@ impl CardApp {
/// Run signing operation on the smartcard (low level operation) /// Run signing operation on the smartcard (low level operation)
/// (7.2.13 INTERNAL AUTHENTICATE) /// (7.2.13 INTERNAL AUTHENTICATE)
fn internal_authenticate( pub fn internal_authenticate(
&mut self, &mut self,
data: Vec<u8>, data: Vec<u8>,
) -> Result<Vec<u8>, Error> { ) -> Result<Vec<u8>, Error> {