libgcrypt-sys 0.6.1

Raw bindings for libgcrypt
Documentation
#include <errno.h>
#include <pthread.h>
#include <gcrypt.h>

GCRY_THREAD_OPTION_PTHREAD_IMPL;
struct gcry_thread_cbs *gcry_threads_pthread_shim(void) {
  return &gcry_threads_pthread;
}