File: README.md

package info (click to toggle)
rust-talktosc 0.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: makefile: 4
file content (17 lines) | stat: -rw-r--r-- 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# talktosc

Small rust crate to do OpenPGP operations on smartcards.

This is used in [Johnny Can Encrypt](https://johnnycanencrypt.readthedocs.io/en/latest/) project.

## How to test?

```
cargo test --lib
```


## API Documentation

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