Go to the source code of this file.
Macros | |
| #define | LOG(kind, ...) GNUNET_log_from (kind, "util-crypto-kdf", __VA_ARGS__) |
Functions | |
| void | GNUNET_CRYPTO_kdf_mod_mpi (gcry_mpi_t *r, gcry_mpi_t n, const void *xts, size_t xts_len, const void *skm, size_t skm_len, const char *ctx) |
| Deterministically generate a pseudo-random number uniformly from the integers modulo a libgcrypt mpi. | |
| #define LOG | ( | kind, | |
| ... | |||
| ) | GNUNET_log_from (kind, "util-crypto-kdf", __VA_ARGS__) |
Definition at line 34 of file crypto_kdf.c.