mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
fix comment formatting for static_check
This commit is contained in:
@@ -605,7 +605,7 @@ func (evk MemEvaluationKeySet) BinarySize() (size int) {
|
||||
return
|
||||
}
|
||||
|
||||
// [WriteTo] writes the object on an [io.Writer]. It implements the [io.WriterTo]
|
||||
// WriteTo writes the object on an [io.Writer]. It implements the [io.WriterTo]
|
||||
// interface, and will write exactly object.BinarySize() bytes on w.
|
||||
//
|
||||
// Unless w implements the [buffer.Writer] interface (see lattigo/utils/buffer/writer.go),
|
||||
|
||||
@@ -162,7 +162,7 @@ func (m PlaintextMetaData) BinarySize() int {
|
||||
return 61 + m.Scale.BinarySize()
|
||||
}
|
||||
|
||||
// [WriteTo] writes the object on an [io.Writer]. It implements the [io.WriterTo]
|
||||
// WriteTo writes the object on an [io.Writer]. It implements the [io.WriterTo]
|
||||
// interface, and will write exactly object.BinarySize() bytes on w.
|
||||
//
|
||||
// Unless w implements the [buffer.Writer] interface (see lattigo/utils/buffer/writer.go),
|
||||
@@ -282,7 +282,7 @@ func (m *CiphertextMetaData) BinarySize() int {
|
||||
return 38
|
||||
}
|
||||
|
||||
// [WriteTo] writes the object on an [io.Writer]. It implements the [io.WriterTo]
|
||||
// WriteTo writes the object on an [io.Writer]. It implements the [io.WriterTo]
|
||||
// interface, and will write exactly object.BinarySize() bytes on w.
|
||||
//
|
||||
// Unless w implements the [buffer.Writer] interface (see lattigo/utils/buffer/writer.go),
|
||||
|
||||
Reference in New Issue
Block a user