neocnt

Number theory using FLINT
git clone git://www.tkruger.se/neocnt.git
Log | Files | Refs | README

commit 548ef6908f3a946809715784da57453d6b20089a
parent 10a878adc54289a28911c9014bb2aba109f99c59
Author: olikru <olikru@tkruger.se>
Date:   Tue, 19 Sep 2023 13:54:50 +0200

a little readme

Diffstat:
MREADME | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -4,3 +4,12 @@ NeoCNT: New C Number Theory This is the new playground for C Number Theory. It is a way to expolore the FLINT library. This is just a playground. Never use this for anything. + +hnp.c +----- + +Utility for solving Hidden Number Problem instances. There is a command +line program in examples called hnpsolve which exemplifies how it can be +used. An example instance of a HNP is in examples/hnp_instance.txt. + +