Tags give the ability to mark specific points in history as being important
-
0.6.2
9f4e6165 · ·Minor release: - add coveralls - fix `double`: `Z.erem` was missing implying the output was not always smaller than the order - fix `negate`: same than `double`. The output was not always between 0 and the order. - add tests for the bytes encoding. Enforce `of_bytes_exn/opt` and `to_bytes` to encode in little endian.
-
-
-
-
-
-
-
0.2.1
62b3c438 · ·- Add test with the base field of Curve25519. - Add `non_null_random` to generate a non null random field element. - Relax OPAM dependencies - Add LICENSE file.
-
0.2.0
38b0a080 · ·- `zero` and `one` are not functions anymore, but evaluated values. - Add infix operators for `add`, `mul`, `div_exn`, `negate`, `eq`. - rename `inverse` in `inverse_exn` and use `Division_by_zero`. - improve documentation
-
-
-
-
-