Implementation of Schonhage's Algorithm for 2-d lattice reduction
I am trying to implement Stehlé's "Faster LLL-type reduction of lattice bases" in cpp. For that, I need the schonhage's "Fast Reduction and Composition of Binary Quadratic Forms " implementation. Is there any open source implementation available ?
How this question is related to Sage?