aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/GF1305.v
Commit message (Expand)AuthorAge
* Canonicalization is now automated in GF25519 and added to GF1305.Gravatar jadep2016-06-17
* PseudoMersenneBaseRep.mul now carries by default (made possible by strictly b...Gravatar jadep2016-06-15
* Implemented subtraction mod q as as (sub a b = sub (add a (2*q)) b) to avoid ...Gravatar jadep2016-05-09
* added GF1305 (modulus is 2^130 - 5, base has length 5 with all digits having ...Gravatar jadep2016-04-21