Error encrypting string data

Moritz Schulte mo@g10code.com
Tue, 22 Jul 2003 23:17:56 +0200


Ralf Schneider <ralf@tapfere-schneiderleins.de> writes:

> gcry_ac_key_test returns an error.

Please be a bit more precise; what error?

>> in case you did not know that you can dump a MPI value with an
>> internal function for debugging purposes: _gcry_log_mpidump().
>
> How can I use it?

Well, as I said, it is an internal function and not a public
interface.  You can simply use it from within gdb, e.g.:

gdb> p _gcry_log_mpidump ("", mpi_value)

If you want to use it in your source, you better declare it yourself.

		moritz
-- 
((gpg-key-id . "6F984199")
 (email      . "moritz@duesseldorf.ccc.de")
 (webpage    . "http://duesseldorf.ccc.de/~moritz/"))