File: README.md

package info (click to toggle)
rust-rpgpie-sop 0.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 649 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<!--
SPDX-FileCopyrightText: Heiko Schaefer <heiko@schaefer.name>
SPDX-License-Identifier: CC0-1.0
-->

# rpgpie-sop

`rpgpie-sop` is a very thin wrapper on top of [rpgpie](https://crates.io/crates/rpgpie). `rpgpie-sop` implements the excellent ["sop" Rust interface](https://crates.io/crates/sop) and is used to build the [rsop](https://crates.io/crates/rsop) CLI tool.

The foundation of `rpgpie-sop` consists of:

- [rpgp](https://github.com/rpgp/rpgp/), a production-grade implementation of low-level OpenPGP functionality.
- [rpgpie 🦀️🔐🥧](https://crates.io/crates/rpgpie), an experimental higher level OpenPGP library based on rpgp.