Commit Graph

18 Commits

Author SHA1 Message Date
Jean-Philippe Bossuat
e2a343a2ac Update utils/buffer/reader.go
Co-authored-by: Boris Flesch <13056415+borisflesch@users.noreply.github.com>
2023-10-30 15:03:54 +01:00
Jean-Philippe Bossuat
55e4ea8d38 Update utils/buffer/reader.go
Co-authored-by: Boris Flesch <13056415+borisflesch@users.noreply.github.com>
2023-10-30 15:03:46 +01:00
Jean-Philippe Bossuat
c057dc4bf5 Update utils/buffer/reader.go
Co-authored-by: Boris Flesch <13056415+borisflesch@users.noreply.github.com>
2023-10-30 15:03:36 +01:00
Jean-Philippe Bossuat
87e27e46eb [gosec]: added small comments on nopsec exceptions 2023-10-13 14:38:42 +02:00
Jean-Philippe Bossuat
0f9e100596 [utils/structs]: expanded support for floats and integers. 2023-10-05 11:22:36 +02:00
Jean-Philippe Bossuat
5d2a8a4b81 typo 2023-10-04 10:44:51 +02:00
Jean-Philippe Bossuat
4bb5cdbee8 [utils/buffer]: added generics 2023-10-04 10:36:15 +02:00
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