Files
MP-SPDZ/Machines/h-files.h
2024-11-21 13:14:54 +11:00

378 lines
12 KiB
C

#include "BMR/AndJob.h"
#include "BMR/BooleanCircuit.h"
#include "BMR/common.h"
#include "BMR/CommonParty.h"
#include "BMR/config.h"
#include "BMR/GarbledGate.h"
#include "BMR/Gate.h"
#include "BMR/Key.h"
#include "BMR/msg_types.h"
#include "BMR/Party.h"
#include "BMR/prf.h"
#include "BMR/proto_utils.h"
#include "BMR/RealGarbleWire.h"
#include "BMR/RealProgramParty.h"
#include "BMR/Register.h"
#include "BMR/Register_inline.h"
#include "BMR/SpdzWire.h"
#include "BMR/TrustedParty.h"
#include "BMR/Wire.h"
#include "ECDSA/CurveElement.h"
#include "ECDSA/EcdsaOptions.h"
#include "ECDSA/P256Element.h"
#include "ExternalIO/Client.h"
#include "FHE/AddableVector.h"
#include "FHE/Ciphertext.h"
#include "FHE/Diagonalizer.h"
#include "FHE/DiscreteGauss.h"
#include "FHE/FFT_Data.h"
#include "FHE/FFT.h"
#include "FHE/FHE_Keys.h"
#include "FHE/FHE_Params.h"
#include "FHE/Generator.h"
#include "FHE/Matrix.h"
#include "FHE/NoiseBounds.h"
#include "FHE/NTL-Subs.h"
#include "FHEOffline/config.h"
#include "FHEOffline/CutAndChooseMachine.h"
#include "FHEOffline/DataSetup.h"
#include "FHEOffline/DistDecrypt.h"
#include "FHEOffline/DistKeyGen.h"
#include "FHEOffline/EncCommit.h"
#include "FHEOffline/Multiplier.h"
#include "FHEOffline/PairwiseGenerator.h"
#include "FHEOffline/PairwiseMachine.h"
#include "FHEOffline/PairwiseSetup.h"
#include "FHEOffline/Producer.h"
#include "FHEOffline/Proof.h"
#include "FHEOffline/Prover.h"
#include "FHEOffline/Reshare.h"
#include "FHEOffline/Sacrificing.h"
#include "FHEOffline/SimpleDistDecrypt.h"
#include "FHEOffline/SimpleEncCommit.h"
#include "FHEOffline/SimpleGenerator.h"
#include "FHEOffline/SimpleMachine.h"
#include "FHEOffline/TemiSetup.h"
#include "FHEOffline/Verifier.h"
#include "FHE/P2Data.h"
#include "FHE/Plaintext.h"
#include "FHE/QGroup.h"
#include "FHE/Random_Coins.h"
#include "FHE/Ring_Element.h"
#include "FHE/Ring.h"
#include "FHE/Rq_Element.h"
#include "FHE/Subroutines.h"
#include "FHE/tools.h"
#include "GC/Access.h"
#include "GC/ArgTuples.h"
#include "GC/AtlasSecret.h"
#include "GC/AtlasShare.h"
#include "GC/BitAdder.h"
#include "GC/BitPrepFiles.h"
#include "GC/CcdPrep.h"
#include "GC/CcdSecret.h"
#include "GC/CcdShare.h"
#include "GC/Clear.h"
#include "GC/config.h"
#include "GC/DealerPrep.h"
#include "GC/FakeSecret.h"
#include "GC/Instruction.h"
#include "GC/Instruction_inline.h"
#include "GC/instructions.h"
#include "GC/Machine.h"
#include "GC/MaliciousCcdSecret.h"
#include "GC/MaliciousCcdShare.h"
#include "GC/MaliciousRepSecret.h"
#include "GC/Memory.h"
#include "GC/NoShare.h"
#include "GC/PersonalPrep.h"
#include "GC/PostSacriBin.h"
#include "GC/PostSacriSecret.h"
#include "GC/Processor.h"
#include "GC/Program.h"
#include "GC/Rep4Prep.h"
#include "GC/Rep4Secret.h"
#include "GC/RepPrep.h"
#include "GC/RuntimeBranching.h"
#include "GC/Secret.h"
#include "GC/Secret_inline.h"
#include "GC/Semi.h"
#include "GC/SemiHonestRepPrep.h"
#include "GC/SemiPrep.h"
#include "GC/SemiSecret.h"
#include "GC/ShareParty.h"
#include "GC/ShareSecret.h"
#include "GC/ShareThread.h"
#include "GC/ShiftableTripleBuffer.h"
#include "GC/square64.h"
#include "GC/Thread.h"
#include "GC/ThreadMaster.h"
#include "GC/TinierSecret.h"
#include "GC/TinierShare.h"
#include "GC/TinierSharePrep.h"
#include "GC/TinyMC.h"
#include "GC/TinySecret.h"
#include "GC/TinyShare.h"
#include "GC/VectorInput.h"
#include "GC/VectorProtocol.h"
#include "Machines/OTMachine.h"
#include "Machines/OutputCheck.h"
#include "Math/bigint.h"
#include "Math/Bit.h"
#include "Math/BitVec.h"
#include "Math/config.h"
#include "Math/field_types.h"
#include "Math/FixedVec.h"
#include "Math/fixint.h"
#include "Math/gf2n.h"
#include "Math/gf2nlong.h"
#include "Math/gfp.h"
#include "Math/gfpvar.h"
#include "Math/Integer.h"
#include "Math/modp.h"
#include "Math/mpn_fixed.h"
#include "Math/Setup.h"
#include "Math/Square.h"
#include "Math/ValueInterface.h"
#include "Math/Z2k.h"
#include "Math/Zp_Data.h"
#include "Networking/AllButLastPlayer.h"
#include "Networking/CryptoPlayer.h"
#include "Networking/data.h"
#include "Networking/Exchanger.h"
#include "Networking/PlayerBuffer.h"
#include "Networking/PlayerCtSocket.h"
#include "Networking/Player.h"
#include "Networking/Receiver.h"
#include "Networking/Sender.h"
#include "Networking/Server.h"
#include "Networking/ServerSocket.h"
#include "Networking/sockets.h"
#include "Networking/ssl_sockets.h"
#include "OT/BaseOT.h"
#include "OT/BitDiagonal.h"
#include "OT/BitMatrix.h"
#include "OT/config.h"
#include "OT/MamaRectangle.h"
#include "OT/MascotParams.h"
#include "OT/NPartyTripleGenerator.h"
#include "OT/OTExtension.h"
#include "OT/OTExtensionWithMatrix.h"
#include "OT/OTMultiplier.h"
#include "OT/OTTripleSetup.h"
#include "OT/OTVole.h"
#include "OT/Rectangle.h"
#include "OT/Row.h"
#include "OT/Tools.h"
#include "OT/TripleMachine.h"
#include "Processor/BaseMachine.h"
#include "Processor/Binary_File_IO.h"
#include "Processor/config.h"
#include "Processor/Conv2dTuple.h"
#include "Processor/Data_Files.h"
#include "Processor/DummyProtocol.h"
#include "Processor/EdabitBuffer.h"
#include "Processor/ExternalClients.h"
#include "Processor/FieldMachine.h"
#include "Processor/FixInput.h"
#include "Processor/FloatInput.h"
#include "Processor/FunctionArgument.h"
#include "Processor/HonestMajorityMachine.h"
#include "Processor/Input.h"
#include "Processor/InputTuple.h"
#include "Processor/Instruction.h"
#include "Processor/instructions.h"
#include "Processor/IntInput.h"
#include "Processor/Machine.h"
#include "Processor/Memory.h"
#include "Processor/NoFilePrep.h"
#include "Processor/OfflineMachine.h"
#include "Processor/OnlineMachine.h"
#include "Processor/OnlineOptions.h"
#include "Processor/Online-Thread.h"
#include "Processor/PrepBase.h"
#include "Processor/PrepBuffer.h"
#include "Processor/PrivateOutput.h"
#include "Processor/ProcessorBase.h"
#include "Processor/Processor.h"
#include "Processor/Program.h"
#include "Processor/RingMachine.h"
#include "Processor/RingOptions.h"
#include "Processor/SpecificPrivateOutput.h"
#include "Processor/ThreadJob.h"
#include "Processor/ThreadQueue.h"
#include "Processor/ThreadQueues.h"
#include "Processor/TruncPrTuple.h"
#include "Protocols/Atlas.h"
#include "Protocols/AtlasPrep.h"
#include "Protocols/AtlasShare.h"
#include "Protocols/Beaver.h"
#include "Protocols/BrainPrep.h"
#include "Protocols/BrainShare.h"
#include "Protocols/BufferScope.h"
#include "Protocols/ChaiGearPrep.h"
#include "Protocols/ChaiGearShare.h"
#include "Protocols/config.h"
#include "Protocols/CowGearOptions.h"
#include "Protocols/CowGearPrep.h"
#include "Protocols/CowGearShare.h"
#include "Protocols/dabit.h"
#include "Protocols/DabitSacrifice.h"
#include "Protocols/Dealer.h"
#include "Protocols/DealerInput.h"
#include "Protocols/DealerMatrixPrep.h"
#include "Protocols/DealerMC.h"
#include "Protocols/DealerPrep.h"
#include "Protocols/DealerShare.h"
#include "Protocols/DummyMatrixPrep.h"
#include "Protocols/edabit.h"
#include "Protocols/FakeInput.h"
#include "Protocols/FakeMC.h"
#include "Protocols/FakePrep.h"
#include "Protocols/FakeProtocol.h"
#include "Protocols/FakeShare.h"
#include "Protocols/fake-stuff.h"
#include "Protocols/Hemi.h"
#include "Protocols/HemiMatrixPrep.h"
#include "Protocols/HemiOptions.h"
#include "Protocols/HemiPrep.h"
#include "Protocols/HemiShare.h"
#include "Protocols/HighGearKeyGen.h"
#include "Protocols/HighGearShare.h"
#include "Protocols/LimitedPrep.h"
#include "Protocols/LowGearKeyGen.h"
#include "Protocols/LowGearShare.h"
#include "Protocols/MAC_Check_Base.h"
#include "Protocols/MAC_Check.h"
#include "Protocols/MaliciousRep3Share.h"
#include "Protocols/MaliciousRepMC.h"
#include "Protocols/MaliciousRepPO.h"
#include "Protocols/MaliciousRepPrep.h"
#include "Protocols/MaliciousShamirMC.h"
#include "Protocols/MaliciousShamirPO.h"
#include "Protocols/MaliciousShamirShare.h"
#include "Protocols/MalRepRingOptions.h"
#include "Protocols/MalRepRingPrep.h"
#include "Protocols/MalRepRingShare.h"
#include "Protocols/MamaPrep.h"
#include "Protocols/MamaShare.h"
#include "Protocols/MascotPrep.h"
#include "Protocols/MatrixFile.h"
#include "Protocols/NoLivePrep.h"
#include "Protocols/NoProtocol.h"
#include "Protocols/NoShare.h"
#include "Protocols/Opener.h"
#include "Protocols/PostSacrifice.h"
#include "Protocols/PostSacriRepFieldShare.h"
#include "Protocols/PostSacriRepRingShare.h"
#include "Protocols/ProtocolSet.h"
#include "Protocols/ProtocolSetup.h"
#include "Protocols/Rep3Share2k.h"
#include "Protocols/Rep3Share.h"
#include "Protocols/Rep3Shuffler.h"
#include "Protocols/Rep4.h"
#include "Protocols/Rep4Input.h"
#include "Protocols/Rep4MC.h"
#include "Protocols/Rep4Prep.h"
#include "Protocols/Rep4Share2k.h"
#include "Protocols/Rep4Share.h"
#include "Protocols/Replicated.h"
#include "Protocols/ReplicatedInput.h"
#include "Protocols/ReplicatedMC.h"
#include "Protocols/ReplicatedPO.h"
#include "Protocols/ReplicatedPrep.h"
#include "Protocols/RepRingOnlyEdabitPrep.h"
#include "Protocols/RingOnlyPrep.h"
#include "Protocols/SecureShuffle.h"
#include "Protocols/Semi2kShare.h"
#include "Protocols/Semi.h"
#include "Protocols/SemiInput.h"
#include "Protocols/SemiMC.h"
#include "Protocols/SemiPrep2k.h"
#include "Protocols/SemiPrep.h"
#include "Protocols/SemiRep3Prep.h"
#include "Protocols/SemiShare.h"
#include "Protocols/Shamir.h"
#include "Protocols/ShamirInput.h"
#include "Protocols/ShamirMC.h"
#include "Protocols/ShamirOptions.h"
#include "Protocols/ShamirShare.h"
#include "Protocols/Share.h"
#include "Protocols/ShareInterface.h"
#include "Protocols/ShareMatrix.h"
#include "Protocols/ShareVector.h"
#include "Protocols/ShuffleSacrifice.h"
#include "Protocols/SohoPrep.h"
#include "Protocols/SohoShare.h"
#include "Protocols/SPDZ2k.h"
#include "Protocols/Spdz2kPrep.h"
#include "Protocols/Spdz2kShare.h"
#include "Protocols/SPDZ.h"
#include "Protocols/SpdzWise.h"
#include "Protocols/SpdzWiseInput.h"
#include "Protocols/SpdzWiseMC.h"
#include "Protocols/SpdzWisePrep.h"
#include "Protocols/SpdzWiseRep3Shuffler.h"
#include "Protocols/SpdzWiseRing.h"
#include "Protocols/SpdzWiseRingPrep.h"
#include "Protocols/SpdzWiseRingShare.h"
#include "Protocols/SpdzWiseShare.h"
#include "Protocols/SquarePrep.h"
#include "Protocols/TemiPrep.h"
#include "Protocols/TemiShare.h"
#include "Tools/aes.h"
#include "Tools/avx_memcpy.h"
#include "Tools/benchmarking.h"
#include "Tools/BitVector.h"
#include "Tools/Buffer.h"
#include "Tools/Bundle.h"
#include "Tools/callgrind.h"
#include "Tools/CheckVector.h"
#include "Tools/Commit.h"
#include "Tools/Coordinator.h"
#include "Tools/cpu_support.h"
#include "Tools/DiskVector.h"
#include "Tools/Exceptions.h"
#include "Tools/ExecutionStats.h"
#include "Tools/FixedVector.h"
#include "Tools/FlexBuffer.h"
#include "Tools/Hash.h"
#include "Tools/int.h"
#include "Tools/intrinsics.h"
#include "Tools/Lock.h"
#include "Tools/MemoryUsage.h"
#include "Tools/mkpath.h"
#include "Tools/MMO.h"
#include "Tools/NamedStats.h"
#include "Tools/NetworkOptions.h"
#include "Tools/octetStream.h"
#include "Tools/oct.h"
#include "Tools/OfflineMachineBase.h"
#include "Tools/parse.h"
#include "Tools/PointerVector.h"
#include "Tools/pprint.h"
#include "Tools/random.h"
#include "Tools/Signal.h"
#include "Tools/Subroutines.h"
#include "Tools/SwitchableOutput.h"
#include "Tools/time-func.h"
#include "Tools/TimerWithComm.h"
#include "Tools/WaitQueue.h"
#include "Tools/Waksman.h"
#include "Tools/Worker.h"
#include "Yao/config.h"
#include "Yao/YaoAndJob.h"
#include "Yao/YaoCommon.h"
#include "Yao/YaoEvalInput.h"
#include "Yao/YaoEvalMaster.h"
#include "Yao/YaoEvaluator.h"
#include "Yao/YaoEvalWire.h"
#include "Yao/YaoGarbleInput.h"
#include "Yao/YaoGarbleMaster.h"
#include "Yao/YaoGarbler.h"
#include "Yao/YaoGarbleWire.h"
#include "Yao/YaoGate.h"
#include "Yao/YaoHalfGate.h"
#include "Yao/YaoPlayer.h"
#include "Yao/YaoWire.h"