Searched refs:blindedInput (Results 1 – 1 of 1) sorted by relevance
108 BigInteger blindedInput = r.modPow(e, m).multiply(input).mod(m); in processBlock() local109 BigInteger blindedResult = core.processBlock(blindedInput); in processBlock()