Add internal_authenticate() to the public API.
This commit is contained in:
parent
a88620a96d
commit
3d821e2c5f
1 changed files with 1 additions and 1 deletions
|
@ -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> {
|
||||||
|
|
Loading…
Reference in a new issue