• Show log

    Commit

  • Hash : 8862ca83
    Author : Steffen Jaeckel
    Date : 2019-10-27T16:29:30

    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 {}" ```