Hi SCALE-MAMBA Team,
I hope you are all well.
I have a question about file input in SCALE-MAMBA.
My aim is to give users the possibility to enter txt or csv files during the online phase, in which integers are stored. These integers should be read in as sint.
So I am looking for a function similar to get_private_input_from(), but
I want the user to be able to enter the location of a file instead of just a
sint.
I looked in the documentation for such a function but couldn't find anything. As far as I understand, the IO class cannot be used for this, as this class can be used to write output and input shares.
Can you tell me if there is a built-in way to do this or how I can achieve this?
Thank you very much for your time in advance.
Best regards