talktosc 0.3.0

Library to talk to smartcards for OpenPGP operations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# talktosc

Small rust crate to do OpenPGP operations on smartcards.

This is used in [Johnny Can Encrypt](https://johnnycanencrypt.readthedocs.io/en/latest/) and
[Wecanencrypt](https://docs.rs/wecanencrypt/latest/wecanencrypt/) projects...

## How to test?

```
cargo test --lib
```

## API Documentation

You can read the documentation at [docs.rs](https://docs.rs/talktosc/latest/talktosc/).

## LICENSE: LGPL-3.0-or-later