Description
Functionality to generate binary oblivious keys for both Sender and Receiver
Definition of done
Generate and save to the keys folder two files sender_bok.txt and receiver_bok.txt.
Instructions
- The header of the file should be generated with the
header function currently at simulator.py
- The key part of both parties should be in binary format.
Description
Functionality to generate binary oblivious keys for both Sender and Receiver
Definition of done
Generate and save to the
keysfolder two filessender_bok.txtandreceiver_bok.txt.Instructions
headerfunction currently atsimulator.py