Martin R. Albrecht

Results 37 issues of Martin R. Albrecht

We should generate new API documentation whenever we update master.

enhancement

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...

enhancement
help wanted

Check lll.pyx against https://github.com/dstehle/fplll/blob/master/src/lll.h to make sure all functions/methods are exposed.

enhancement
help wanted

Add documentation for every function including doctests and examples.

enhancement
help wanted
easy

Check gso.pyx against https://github.com/dstehle/fplll/blob/master/src/gso.h to make sure all functions/methods are exposed.

enhancement
help wanted

```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: ![initial](https://user-images.githubusercontent.com/1423682/224988419-df8b2bb8-8a7c-42f5-ac3f-3eea650b128a.png) But when I search (sometimes) I get: ![after](https://user-images.githubusercontent.com/1423682/224988473-01a6dcce-0b56-4166-96e9-c82f64dd7428.png) Which seems to suggest that...