diff options
| author | J08nY | 2017-11-08 17:55:35 +0100 |
|---|---|---|
| committer | J08nY | 2017-11-08 17:55:35 +0100 |
| commit | e8538079cda22ac69f80d2ca7e3c97929006136f (patch) | |
| tree | 92755c39780c1106fd20ec86150af61df60ee8ce /src/util/bits.h | |
| parent | 757db3175fdf15efca3e83b70e86976762cb897e (diff) | |
| download | ecgen-e8538079cda22ac69f80d2ca7e3c97929006136f.tar.gz ecgen-e8538079cda22ac69f80d2ca7e3c97929006136f.tar.zst ecgen-e8538079cda22ac69f80d2ca7e3c97929006136f.zip | |
Diffstat (limited to 'src/util/bits.h')
| -rw-r--r-- | src/util/bits.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/bits.h b/src/util/bits.h index 2766cc3..9b37539 100644 --- a/src/util/bits.h +++ b/src/util/bits.h @@ -35,6 +35,8 @@ void bits_free(bits_t **bits); bits_t *bits_from_i(GEN i); +bits_t *bits_from_i_len(GEN i, size_t bitlen); + bits_t *bits_from_hex(const char *hex_str); bits_t *bits_from_bin(const char *bin_str); |
