aboutsummaryrefslogtreecommitdiff
path: root/libcmix-crypto/elgamal/elgamal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-crypto/elgamal/elgamal.h')
-rw-r--r--libcmix-crypto/elgamal/elgamal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcmix-crypto/elgamal/elgamal.h b/libcmix-crypto/elgamal/elgamal.h
index 1054e3e..f937899 100644
--- a/libcmix-crypto/elgamal/elgamal.h
+++ b/libcmix-crypto/elgamal/elgamal.h
@@ -46,6 +46,8 @@ extern Encrypter elgamal_encrypt;
extern Inverter elgamal_invert;
+extern UniformIntGetter elgamal_get_uniform_int;
+
extern Deinitializer elgamal_deinitialize;
/*!