Martin R. Albrecht
Martin R. Albrecht
We should generate new API documentation whenever we update master.
As a first step, import the 1/8 implementation from https://eprint.iacr.org/2020/707 we can then push it "down" to FPLLL.
Reimplementing https://github.com/fplll/fplll/blob/master/fplll/wrapper.cpp in Python would - help to check if the API is complete - as an example how to use fpylll - as a template from which users can...
Check lll.pyx against https://github.com/dstehle/fplll/blob/master/src/lll.h to make sure all functions/methods are exposed.
Add documentation for every function including doctests and examples.
Check gso.pyx against https://github.com/dstehle/fplll/blob/master/src/gso.h to make sure all functions/methods are exposed.
```python b=8; params=LWE.Parameters(n=128, q=2^b, Xs=ND.UniformMod(2^(b-1)), Xe=ND.UniformMod(2^(b-1))) LWE.estimate.rough(params) ``` Gives ``` dual_hybrid :: rop: ≈2^867.3, mem: ≈2^866.3, m: 73, β: 79, d: 87, ↻: 1, ζ: 114, tag: dual_hybrid arora-gb ::...
This PR - adds `bibtex-completion-replace-tex` which is passed to `parsebib-read-entry` for `replace-tex` - adds `helm-bibtex-ignore-diacritics` which is passed to `:diacritics` in `helm-source-bibtex` Both are `nil` by default, preserving the current...
Hi there, I get the following strange behaviour. When I startup helm-bibtex all is in order:  But when I search (sometimes) I get:  Which seems to suggest that...