Hi there,
I cant seem to find any info on, which algorithms in the NTL C++ libraries are used.
I am especially interested in the algorithms used for:
- Modular square root (SqrRootMod)
- Kernel of matrix over GF(2) (kernel for mat_GF2 objects)
- Greatest common divisor (GCD - this is probably euclids algorithm)
- Modular inverse (InvMod)
- Jacobi symbol (Jacobi)
If anyone can help with this, I am very grateful!