blob: c6d1887bc826a41da2c046c17b3640e3fee754e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Ruby-GPGME is a ruby interface to GnuPG Made Easy (GPGME).
- Provides three levels of API.
- The low-level API allows direct access to about 94% of C functions
provided by GPGME.
- The mid-level API looks object-oriented (or rubyish).
- The high-level API provides a convenient class-based interface to
frequently used GPGME functions.
Author: Daiki Ueno
WWW: http://ruby-gpgme.rubyforge.org/
|