mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
lint
This commit is contained in:
@@ -453,7 +453,7 @@ func (evk EvaluationKey) WriteTo(w io.Writer) (n int64, err error) {
|
||||
|
||||
// Sanity check, should not happen unless the size of the seed has been modified in the code
|
||||
if incInt != 32 {
|
||||
return n + int64(incInt), fmt.Errorf("Writing compressed evaluation key: the size of the seed=%d != 32", incInt)
|
||||
return n + int64(incInt), fmt.Errorf("writing compressed evaluation key: the size of the seed=%d != 32", incInt)
|
||||
}
|
||||
|
||||
n += int64(incInt)
|
||||
|
||||
Reference in New Issue
Block a user