libtommath/doc
Steffen Jaeckel 8862ca830e fix index
added new API functions found by `helper.pl -d`

removed old API functions found via

```sh
awk -F',' '/item/ {print $1}' doc/bn.ind | \
	awk '/mp/ {print $2}' | \
	sed -e 's/\\//g' | \
	xargs -I {} sh -c "grep -q {} tommath.h || echo {}"
```
2019-10-27 16:29:30 +01:00
..
.latexindent.yaml more clean-ups and addition of a latexinden.pl configuration file 2019-10-27 14:57:37 +01:00
bn.tex fix index 2019-10-27 16:29:30 +01:00
makefile more clean-ups and addition of a latexinden.pl configuration file 2019-10-27 14:57:37 +01:00