Skip to content

Add serialization for PKE CryptoContext

ted537 requested to merge serial-merge into master
  • Added (and implemented) examples/js/pke/simple_integer_serial_buffer.js for buffer serialization
  • Added (but did not implement) examples/js/pke/simple_integer_serial_file.js for file serialization
  • Added additional bindings to src/pke/pke_bindings.cpp
  • Added some templated bindings to src/core/core_bindings.h. These might be useful in other cyptocontexts as well.

To verify it works, run node examples/js/pke/simple_integer_serial_buffer.js.

Merge request reports