diff options
Diffstat (limited to 'libcmix-crypto/elgamal/elgamal.c')
| -rw-r--r-- | libcmix-crypto/elgamal/elgamal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcmix-crypto/elgamal/elgamal.c b/libcmix-crypto/elgamal/elgamal.c index 7eea0f3..8f26a3c 100644 --- a/libcmix-crypto/elgamal/elgamal.c +++ b/libcmix-crypto/elgamal/elgamal.c @@ -22,6 +22,7 @@ struct Api get_elgamal_implementation() .free_shared_key = elgamal_delete_shared_key, .encrypt = elgamal_encrypt, .invert = elgamal_invert, + .get_uniform_int = elgamal_get_uniform_int, .deinitialize = elgamal_deinitialize }; } |
