On Fri, 09 Jun 2000 23:22:48 PDT, "Sam O'Connor" <[EMAIL PROTECTED]> said:
> My current project using glib needs a simple C api for creating PGP
> like public/private key pairs and using them to sign chunks of data.
>
> I'm currently building something simple that calls gnupg with an API
> like this:
>
> typedef struct _PublicKey PublicKey;
> typedef struct _PrivateKey PrivateKey;
>
> void key_pair_new (guint size, PublicKey**, PrivateKey**);
>
> void sign_data (
Make this PGP_sign_data please.
There's more to public-key crypto than just PGP. There's SSH, there's
SSL, there's S/MIME, the PKCS stuff, yadda yadda yadda....
Valdis Kletnieks
Operating Systems Analyst
Virginia Tech
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list