Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HASH_MD2 is not implemented yet in gcrypt | Andreas Steffen | 2009-06-18 | 1 | -2/+0 |
* | gcrypt actually does not implement IDEA | Martin Willi | 2009-06-15 | 1 | -2/+0 |
* | added a gcrypt.quick_random option to generate weak testing keys faster | Martin Willi | 2009-06-15 | 1 | -0/+5 |
* | gcrypt RSA public key implementation | Martin Willi | 2009-06-09 | 1 | -0/+5 |
* | gcrypt RSA private key implementation | Martin Willi | 2009-06-09 | 1 | -0/+7 |
* | gcrypt mpi based Diffie-Hellman implementation | Martin Willi | 2009-06-09 | 1 | -0/+21 |
* | gcrypt rng implementation | Martin Willi | 2009-06-09 | 1 | -0/+11 |
* | use abstract mutex_t for gcrypt locking callbacks | Martin Willi | 2009-06-09 | 1 | -4/+50 |
* | gcrypt crypter implementation | Martin Willi | 2009-06-09 | 1 | -0/+25 |
* | gcrypt hasher implementation | Martin Willi | 2009-06-09 | 1 | -0/+20 |
* | initialize gcrypt threadsave, currently for pthread only | Martin Willi | 2009-06-09 | 1 | -1/+25 |
* | added skeleton for libgcrypt based crypto plugin | Martin Willi | 2009-06-09 | 1 | -0/+52 |