Skip to content
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.