package ff
OCaml implementation of Finite Field operations
Install
Dune Dependency
Authors
Maintainers
Sources
ocaml-ff-0.6.1.tar.gz
md5=5853a7487785160bbcf0919f13ace049
sha512=c2e4d3d495a0fe6a5e52ac668d6f7694c7b9161bd0c6fc97cb6ed714a211c397a561feac8c2ea5738182809936c5f8f6e1e64696b0e0f9b3d19e309aa62dd4de
doc/CHANGES.html
Unreleased
0.6.1
Changes
- Add ff-bench
- Trunk test names to 100 characters to avoid ENAMETOOLONG error raised by alcotest
0.6.0
Changes
- Add CHANGES.md
- Add dune-release-distrib job in CI
- Add
sub
in signature of a base field - Implement sub for
Ff.MakeFp
andFf.MakeFp2
- Add
factor_power_of_two
inPRIME
module type and implement it inFf.MakeFp
. - Add
sqrt
inPRIME
module type and implement it inFf.MakeFp
using Tonelli-Shanks algorithm.