Jean-Philippe Bossuat
2a78b14c53
[bignum]: added tests
2023-07-14 21:31:48 +02:00
Jean-Philippe Bossuat
6096f74ae2
[buffer]: added wrapper with int64 counter
2023-07-14 20:21:22 +02:00
Jean-Philippe
17caa545ea
gofmt
2023-07-13 11:43:22 +02:00
Jean-Philippe Bossuat
e709b2c756
[buffer]: fixed a few bugs and added float64 support
2023-07-13 00:46:53 +02:00
Jean-Philippe Bossuat
cf5009b76a
[utils/buffer]: all custom methods returns the number of bytes written as int64
2023-07-12 09:42:11 +02:00
Christian Mouchet
86d081bce2
improved the Writer/Reader-based serialization
...
The WriterTo and ReaderFrom standard interface should be sufficient for the serialization
of lattigo objects from their pointers. Other interfaces such as BinaryMarshaller should
be based on WriterTo. This is possible in an efficient way if the Writer and Reader interface
expose their internal buffer.
2023-06-12 13:52:43 +02:00
Jean-Philippe Bossuat
ee6a9bcfbf
pass on drlwe, dbfv, dbgv, dckks
2023-04-01 14:28:13 +02:00
Jean-Philippe Bossuat
0ad8ecd040
improved marshalling test
2023-03-31 20:55:00 +02:00
Jean-Philippe Bossuat
e8a2746ac8
gosec
2023-03-30 12:33:49 +02:00
Jean-Philippe Bossuat
640840b238
Added io.Writer and io.Reader
2023-03-24 14:33:45 +01:00
Jean-Philippe Bossuat
cb20936495
[utils]: added subpacakges and updated Write/Read API
2023-03-21 10:44:10 +01:00