jar

org.factcenter.inchworm : inchworm

Maven & Gradle

Dec 15, 2015
2 stars

org.factcenter.inchworm:inchworm · Secure computation, one step at a time.

Table Of Contents

Latest Version

Download org.factcenter.inchworm : inchworm JAR file - Latest Versions:

All Versions

Download org.factcenter.inchworm : inchworm JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window inchworm-0.8.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.factcenter.fastgc.YaoGC.AESComponents

├─ org.factcenter.fastgc.YaoGC.AESComponents.AddRoundKey.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.AESComponents.AffineTransform.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.AESComponents.InvMAP.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.AESComponents.Inverse_GF16.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.AESComponents.Inverse_GF256.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.AESComponents.MAP.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.AESComponents.MUL0x02.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.AESComponents.MixColumns.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.AESComponents.MixOneColumn.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.AESComponents.MultE_GF16.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.AESComponents.Mult_GF16.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.AESComponents.SBox.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.AESComponents.Square.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.AESComponents.XOR_4L_L.class - [JAR]

org.factcenter.pathORam

├─ org.factcenter.pathORam.ArrayStash.class - [JAR]

├─ org.factcenter.pathORam.ArrayStashFactory.class - [JAR]

├─ org.factcenter.pathORam.Block.class - [JAR]

├─ org.factcenter.pathORam.BlockStorage.class - [JAR]

├─ org.factcenter.pathORam.BlockStorageBase.class - [JAR]

├─ org.factcenter.pathORam.BlockStoragePositionMapFactory.class - [JAR]

├─ org.factcenter.pathORam.Bucket.class - [JAR]

├─ org.factcenter.pathORam.DriverFactory.class - [JAR]

├─ org.factcenter.pathORam.ListPositionMap.class - [JAR]

├─ org.factcenter.pathORam.ListPositionMapFactory.class - [JAR]

├─ org.factcenter.pathORam.LocalServer.class - [JAR]

├─ org.factcenter.pathORam.LocalServerFactory.class - [JAR]

├─ org.factcenter.pathORam.MyRandom.class - [JAR]

├─ org.factcenter.pathORam.PathORamCreator.class - [JAR]

├─ org.factcenter.pathORam.PathORamDriver.class - [JAR]

├─ org.factcenter.pathORam.PathORamDriverFactory.class - [JAR]

├─ org.factcenter.pathORam.PathORamServer.class - [JAR]

├─ org.factcenter.pathORam.PositionMap.class - [JAR]

├─ org.factcenter.pathORam.PositionMapFactory.class - [JAR]

├─ org.factcenter.pathORam.ServerFactory.class - [JAR]

├─ org.factcenter.pathORam.Stash.class - [JAR]

├─ org.factcenter.pathORam.StashFactory.class - [JAR]

├─ org.factcenter.pathORam.TreeHelper.class - [JAR]

org.factcenter.inchworm.ops.concrete

├─ org.factcenter.inchworm.ops.concrete.AddOp.class - [JAR]

├─ org.factcenter.inchworm.ops.concrete.AesOp.class - [JAR]

├─ org.factcenter.inchworm.ops.concrete.AndOp.class - [JAR]

├─ org.factcenter.inchworm.ops.concrete.CallOp.class - [JAR]

├─ org.factcenter.inchworm.ops.concrete.CircuitMuxMemoryFactory.class - [JAR]

├─ org.factcenter.inchworm.ops.concrete.ConcreteCommon.class - [JAR]

├─ org.factcenter.inchworm.ops.concrete.ConcreteOPFactory.class - [JAR]

├─ org.factcenter.inchworm.ops.concrete.DivOp.class - [JAR]

├─ org.factcenter.inchworm.ops.concrete.FastMux.class - [JAR]

├─ org.factcenter.inchworm.ops.concrete.FastMuxMemoryFactory.class - [JAR]

├─ org.factcenter.inchworm.ops.concrete.FastUnMux.class - [JAR]

├─ org.factcenter.inchworm.ops.concrete.GenericOp.class - [JAR]

├─ org.factcenter.inchworm.ops.concrete.MulOp.class - [JAR]

├─ org.factcenter.inchworm.ops.concrete.MuxOp.class - [JAR]

├─ org.factcenter.inchworm.ops.concrete.OrOp.class - [JAR]

├─ org.factcenter.inchworm.ops.concrete.RetOp.class - [JAR]

├─ org.factcenter.inchworm.ops.concrete.RolOp.class - [JAR]

├─ org.factcenter.inchworm.ops.concrete.SubOp.class - [JAR]

├─ org.factcenter.inchworm.ops.concrete.UnalignedMemoryFactory.class - [JAR]

├─ org.factcenter.inchworm.ops.concrete.VariableWidth.class - [JAR]

org.factcenter.pathORam.test

├─ org.factcenter.pathORam.test.DummyBlockStoragePositionMap.class - [JAR]

├─ org.factcenter.pathORam.test.DummyPositionMapFactory.class - [JAR]

├─ org.factcenter.pathORam.test.HashMapBlockStorage.class - [JAR]

org.factcenter.inchworm.asm

├─ org.factcenter.inchworm.asm.Assembler.class - [JAR]

├─ org.factcenter.inchworm.asm.DisAssembler.class - [JAR]

├─ org.factcenter.inchworm.asm.InchwormAsmLexer.class - [JAR]

├─ org.factcenter.inchworm.asm.InchwormAsmParser.class - [JAR]

org.factcenter.inchworm.ops.dummy

├─ org.factcenter.inchworm.ops.dummy.Common.class - [JAR]

├─ org.factcenter.inchworm.ops.dummy.DummyAdd.class - [JAR]

├─ org.factcenter.inchworm.ops.dummy.DummyAnd.class - [JAR]

├─ org.factcenter.inchworm.ops.dummy.DummyCall.class - [JAR]

├─ org.factcenter.inchworm.ops.dummy.DummyDiv.class - [JAR]

├─ org.factcenter.inchworm.ops.dummy.DummyMul.class - [JAR]

├─ org.factcenter.inchworm.ops.dummy.DummyMux.class - [JAR]

├─ org.factcenter.inchworm.ops.dummy.DummyOPFactory.class - [JAR]

├─ org.factcenter.inchworm.ops.dummy.DummyOr.class - [JAR]

├─ org.factcenter.inchworm.ops.dummy.DummyRet.class - [JAR]

├─ org.factcenter.inchworm.ops.dummy.DummyRol.class - [JAR]

├─ org.factcenter.inchworm.ops.dummy.DummySub.class - [JAR]

├─ org.factcenter.inchworm.ops.dummy.GenericArithmeticAction.class - [JAR]

├─ org.factcenter.inchworm.ops.dummy.ProtocolInfo.class - [JAR]

org.factcenter.fastgc.YaoGC

├─ org.factcenter.fastgc.YaoGC.ADD1_Lplus1_L.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.ADD1_Lplus1_Lplus1.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.ADD_2L_L.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.ADD_2L_Lplus1.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.ADD_3_2.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.AND_2_1.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.COUNTER_2toK_K.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.COUNTER_L_K.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.Circuit.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.CircuitGlobals.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.CompositeCircuit.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.EDCORE_3Lplus4_L.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.EDT_2L_1.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.EDT_4_1.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.E_AND_2_1.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.E_OR_2_1.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.EnsureNonNegativeADD_2L_L.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.GT_2L_1.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.GT_3_1.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.G_AND_2_1.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.G_OR_2_1.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.GenericBinaryTree_L_1.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.HAMMING_2L_K.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.MAX_2L_L.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.MIN_2L_L.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.MUX_2Lplus1_L.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.MUX_3_1.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.OR_2_1.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.OR_L_1.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.OptEDCORE_3Lplus2S_L.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.OptEDCORE_3Lplus4_L.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.SimpleCircuit_2_1.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.SpecialMAX_2L_L.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.State.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.TransitiveObservable.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.TransitiveObserver.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.Utility.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.Wire.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.XOR_2L_L.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.XOR_2_1.class - [JAR]

├─ org.factcenter.fastgc.YaoGC.XOR_L_1.class - [JAR]

org.factcenter.inchworm

├─ org.factcenter.inchworm.Constants.class - [JAR]

├─ org.factcenter.inchworm.Converters.class - [JAR]

├─ org.factcenter.inchworm.MemoryArea.class - [JAR]

├─ org.factcenter.inchworm.MemoryFactory.class - [JAR]

├─ org.factcenter.inchworm.MismatchingHeadersException.class - [JAR]

├─ org.factcenter.inchworm.Player.class - [JAR]

├─ org.factcenter.inchworm.SimpleRAM.class - [JAR]

├─ org.factcenter.inchworm.UnsupportedArgException.class - [JAR]

├─ org.factcenter.inchworm.VMOpImplementation.class - [JAR]

├─ org.factcenter.inchworm.VMRunner.class - [JAR]

├─ org.factcenter.inchworm.VMState.class - [JAR]

org.factcenter.inchworm.debugger

├─ org.factcenter.inchworm.debugger.ConsoleDebugger.class - [JAR]

├─ org.factcenter.inchworm.debugger.Debugger.class - [JAR]

org.factcenter.fastgc.inchworm

├─ org.factcenter.fastgc.inchworm.AND_2L_L.class - [JAR]

├─ org.factcenter.fastgc.inchworm.AND_L_1.class - [JAR]

├─ org.factcenter.fastgc.inchworm.AddOpCircuit.class - [JAR]

├─ org.factcenter.fastgc.inchworm.AddOpInchworm.class - [JAR]

├─ org.factcenter.fastgc.inchworm.AesOpCommon.class - [JAR]

├─ org.factcenter.fastgc.inchworm.AesOpInchworm.class - [JAR]

├─ org.factcenter.fastgc.inchworm.AndOpCircuit.class - [JAR]

├─ org.factcenter.fastgc.inchworm.AndOpInchworm.class - [JAR]

├─ org.factcenter.fastgc.inchworm.BINARY_CONSTANT_L.class - [JAR]

├─ org.factcenter.fastgc.inchworm.COMPARE_2L_1.class - [JAR]

├─ org.factcenter.fastgc.inchworm.CompareWithCarryCircuit.class - [JAR]

├─ org.factcenter.fastgc.inchworm.DIV_BLOCK.class - [JAR]

├─ org.factcenter.fastgc.inchworm.DIV_K.class - [JAR]

├─ org.factcenter.fastgc.inchworm.DIV_K_ZERO_DETECT.class - [JAR]

├─ org.factcenter.fastgc.inchworm.DivOpInchworm.class - [JAR]

├─ org.factcenter.fastgc.inchworm.INVERTER.class - [JAR]

├─ org.factcenter.fastgc.inchworm.InchwormOpCommon.class - [JAR]

├─ org.factcenter.fastgc.inchworm.InchwormOpWrapper.class - [JAR]

├─ org.factcenter.fastgc.inchworm.MUL_BLOCK.class - [JAR]

├─ org.factcenter.fastgc.inchworm.MUL_K.class - [JAR]

├─ org.factcenter.fastgc.inchworm.MUX_2L_L.class - [JAR]

├─ org.factcenter.fastgc.inchworm.MUX_K_1.class - [JAR]

├─ org.factcenter.fastgc.inchworm.MUX_K_N.class - [JAR]

├─ org.factcenter.fastgc.inchworm.MulOpInchworm.class - [JAR]

├─ org.factcenter.fastgc.inchworm.MuxKNOpInchworm.class - [JAR]

├─ org.factcenter.fastgc.inchworm.MuxOpCircuit.class - [JAR]

├─ org.factcenter.fastgc.inchworm.MuxOpInchworm.class - [JAR]

├─ org.factcenter.fastgc.inchworm.OR_2L_L.class - [JAR]

├─ org.factcenter.fastgc.inchworm.OnlineOTReceiver.class - [JAR]

├─ org.factcenter.fastgc.inchworm.OnlineOTSender.class - [JAR]

├─ org.factcenter.fastgc.inchworm.OrOpCircuit.class - [JAR]

├─ org.factcenter.fastgc.inchworm.OrOpInchworm.class - [JAR]

├─ org.factcenter.fastgc.inchworm.PopStashEntryCircuit.class - [JAR]

├─ org.factcenter.fastgc.inchworm.PopStashEntrySharedCircuit.class - [JAR]

├─ org.factcenter.fastgc.inchworm.PopStashEntrySharedInchworm.class - [JAR]

├─ org.factcenter.fastgc.inchworm.ROL_L_X.class - [JAR]

├─ org.factcenter.fastgc.inchworm.RoliOpCircuit.class - [JAR]

├─ org.factcenter.fastgc.inchworm.RoliOpInchworm.class - [JAR]

├─ org.factcenter.fastgc.inchworm.SHARE.class - [JAR]

├─ org.factcenter.fastgc.inchworm.SingleChooseCircuit.class - [JAR]

├─ org.factcenter.fastgc.inchworm.SingleChooseInchworm.class - [JAR]

├─ org.factcenter.fastgc.inchworm.SingleMuxCircuit.class - [JAR]

├─ org.factcenter.fastgc.inchworm.SingleMuxInchworm.class - [JAR]

├─ org.factcenter.fastgc.inchworm.SingleWriteStashCircuit.class - [JAR]

├─ org.factcenter.fastgc.inchworm.SingleWriteStashInchworm.class - [JAR]

├─ org.factcenter.fastgc.inchworm.SubOpCircuit.class - [JAR]

├─ org.factcenter.fastgc.inchworm.SubOpInchworm.class - [JAR]

├─ org.factcenter.fastgc.inchworm.UNARY_CTR_K.class - [JAR]

├─ org.factcenter.fastgc.inchworm.UNMUX_K_N.class - [JAR]

├─ org.factcenter.fastgc.inchworm.UNSHARE.class - [JAR]

├─ org.factcenter.fastgc.inchworm.UnMuxKNOpInchworm.class - [JAR]

├─ org.factcenter.fastgc.inchworm.UnshareOpReshareCircuit.class - [JAR]

├─ org.factcenter.fastgc.inchworm.XOR_ML_L.class - [JAR]

├─ org.factcenter.fastgc.inchworm.XorOpCircuit.class - [JAR]

org.factcenter.pathORam.ops.dummy

├─ org.factcenter.pathORam.ops.dummy.DummyPathORAMFactory.class - [JAR]

├─ org.factcenter.pathORam.ops.dummy.DummyStash.class - [JAR]

├─ org.factcenter.pathORam.ops.dummy.DummyStashFactory.class - [JAR]

org.factcenter.fastgc.Cipher

├─ org.factcenter.fastgc.Cipher.Cipher.class - [JAR]

org.factcenter.inchworm.ops

├─ org.factcenter.inchworm.ops.OpAction.class - [JAR]

├─ org.factcenter.inchworm.ops.OpDefaults.class - [JAR]

├─ org.factcenter.inchworm.ops.OpDesc.class - [JAR]

├─ org.factcenter.inchworm.ops.Operand.class - [JAR]

├─ org.factcenter.inchworm.ops.VMProtocolParty.class - [JAR]

├─ org.factcenter.inchworm.ops.VMProtocolPartyInfo.class - [JAR]

org.factcenter.inchworm.ops.common

├─ org.factcenter.inchworm.ops.common.Common.class - [JAR]

├─ org.factcenter.inchworm.ops.common.Halt.class - [JAR]

├─ org.factcenter.inchworm.ops.common.In.class - [JAR]

├─ org.factcenter.inchworm.ops.common.Mov.class - [JAR]

├─ org.factcenter.inchworm.ops.common.OpInfo.class - [JAR]

├─ org.factcenter.inchworm.ops.common.Out.class - [JAR]

├─ org.factcenter.inchworm.ops.common.Xor.class - [JAR]

org.factcenter.fastgc.Utils

├─ org.factcenter.fastgc.Utils.StopWatch.class - [JAR]

├─ org.factcenter.fastgc.Utils.Utils.class - [JAR]

org.factcenter.fastgc.OT

├─ org.factcenter.fastgc.OT.Receiver.class - [JAR]

├─ org.factcenter.fastgc.OT.Sender.class - [JAR]

org.factcenter.pathORam.ops.concrete

├─ org.factcenter.pathORam.ops.concrete.ConcreteStash.class - [JAR]

├─ org.factcenter.pathORam.ops.concrete.PathORAMFactory.class - [JAR]

org.factcenter.pathORam.ops

├─ org.factcenter.pathORam.ops.BlockStoragePositionMap.class - [JAR]

├─ org.factcenter.pathORam.ops.GenericPathORAMFactory.class - [JAR]

├─ org.factcenter.pathORam.ops.InchwormPositionMap.class - [JAR]

├─ org.factcenter.pathORam.ops.InchwormPositionMapFactory.class - [JAR]

├─ org.factcenter.pathORam.ops.InchwormStash.class - [JAR]

org.factcenter.inchworm.app

├─ org.factcenter.inchworm.app.DefaultIOHandler.class - [JAR]

├─ org.factcenter.inchworm.app.InchwormIO.class - [JAR]

├─ org.factcenter.inchworm.app.InputStreamIOHandler.class - [JAR]

├─ org.factcenter.inchworm.app.Run.class - [JAR]

├─ org.factcenter.inchworm.app.TwoPcApplication.class - [JAR]