mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
fixed big.Int zero division
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go: [ '1.19', '1.18', '1.17', '1.16', '1.15', '1.14', '1.13' ]
|
||||
go: [ '1.19', '1.18', '1.17', '1.16', '1.15', '1.14' ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
# Changelog
|
||||
All notable changes to this library are documented in this file.
|
||||
|
||||
## UNRELEASED - XXXX-XX-XX
|
||||
- Go `1.13` is not supported anymore by the library due to behavioral changes in the `math/big` package. The minimum version is now `1.14`.
|
||||
- UTILS: added `GetFactors`, `GetFactorPollardRho` and `GetFactorECM`.
|
||||
|
||||
## [4.1.0] - 2022-11-22
|
||||
- Further improved the generalization of the code across schemes through the `rlwe` package and the introduction of a generic scale management interface.
|
||||
- All: uniformized the `prec` type to `uint` for `*big.Float` types.
|
||||
|
||||
Reference in New Issue
Block a user