jpki 0.1.3

A crate to communicate with JPKI card through an APDU delegate.
Documentation
# jpki-rs
A crate to communicate with JPKI card through an APDU delegate.

## CLI
```
jpki-cli 0.1.0

USAGE:
jpki-cli <SUBCOMMAND>

OPTIONS:
-h, --help       Print help information
-V, --version    Print version information

SUBCOMMANDS:
help                Print this message or the help of the given subcommand(s)
read-certificate    Reads a certificate in the JPKI card
sign                Writes a signature of the document
verify              Verifies the signed digest
```