Man page - librnp(3)
Packages contas this manual
Manual
| LIBRNP(3) | RNP Manual | LIBRNP(3) |
NAME
librnp - OpenPGP implementation, available via FFI interface.
SYNOPSIS
#include <rnp/rnp.h>
#include <rnp/rnp_err.h>
DESCRIPTION
librnp is part of the RNP suite and forms the basis for the rnp(1) and rnpkeys(1) command-line utilities.
It provides an FFI interface to functions required for operations needed by the OpenPGP protocol.
Interface to the library is exposed via <rnp/rnp.h> and <rnp/rnp_err.h> headers. You will also need to link to librnp.
Please see its headers for the full function list and detailed documentation.
EXAMPLES
A number of examples are provided in src/examples folder of the RNP suite source tree.
generate.c
encrypt.c
decrypt.c
sign.c
verify.c
BUGS
Please report issues via the RNP public issue tracker at: <https://github.com/rnpgp/rnp/issues>.
Security reports or security-sensitive feedback should be reported according to the instructions at: <https://www.rnpgp.org/feedback>.
AUTHORS
RNP is an open source project led by Ribose and has received contributions from numerous individuals and organizations.
RESOURCES
Web site: <https://www.rnpgp.org>
Source repository: <https://github.com/rnpgp/rnp>
COPYING
Copyright (C) 2017-2021 Ribose. The RNP software suite is freely licensed: please refer to the LICENSE file for details.
SEE ALSO
rnp(1), rnpkeys(1)
AUTHOR
RNP
| 2024-10-29 | RNP 0.17.1 |