Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-28Add extension_type entry fo encrypt_then_macPeter Dettman
2014-01-28Get the encryptThenMAC setting from SecurityContextPeter Dettman
2014-01-28Add concatenate method for int[]Peter Dettman
2014-01-27encrypt-then-MAC will no longer apply to stream ciphersPeter Dettman
2014-01-27RefactoringPeter Dettman
2014-01-27Remove IntArrayPeter Dettman
2014-01-26When OCB is used with incrementing nonces, the cipher processing duringPeter Dettman
2014-01-26Final reduction only possible after subtraction-carryPeter Dettman
2014-01-26Various minor cleanups noted during C# portPeter Dettman
2014-01-26Add getRawZCoords methodPeter Dettman
2014-01-26Reduce bitlength requirement for residue calculationPeter Dettman
2014-01-26Adjust first-digit optimization to not be so conservativePeter Dettman
2014-01-25Add 0 guard in modInversePeter Dettman
2014-01-25Fix remaining issues with x=0 points in lambda-projective, and make itPeter Dettman
2014-01-25Implement sqrt in F2mPeter Dettman
2014-01-24Use new Mod.invert method to perform modular inversion in prime fieldsPeter Dettman
2014-01-24Add zero check in invert()Peter Dettman
2014-01-24Fix javadocPeter Dettman
2014-01-24Track the carry for a, b to avoid redundant add/subs of the primePeter Dettman
2014-01-24Move methodPeter Dettman
2014-01-24Make Mod/Nat classes publicPeter Dettman
2014-01-24Track uvLen to reduce shifting for small operandsPeter Dettman
2014-01-23Comment out assert, use negative shiftsPeter Dettman
2014-01-23Make precomp-related things more accessiblePeter Dettman
2014-01-23Slight change for clarity and consistency with C# portPeter Dettman
2014-01-23Make getMultiplier() synchronizedPeter Dettman
2014-01-23Make Montgomery trick method publicPeter Dettman
2014-01-23Add Nat/Mod classes to support alternative modInverse for FpPeter Dettman
2014-01-23Factor out modSubtract methodPeter Dettman
2014-01-23Remove mulAdd method - unused and untestedPeter Dettman
2014-01-22Changes to stay better in line with C# versionPeter Dettman
2014-01-22A couple of minor optimizationsPeter Dettman
2014-01-21Add alternate constructor as in C# buildPeter Dettman
2014-01-21Remove spurious 'final'Peter Dettman
2014-01-21Improve argument checks and add hint of future ternary extensionsPeter Dettman
2014-01-20Eliminate another temporaryPeter Dettman
2014-01-20Eliminate another temporary allocationPeter Dettman
2014-01-20Eliminate another temporaryPeter Dettman
2014-01-20Eliminate more temporariesPeter Dettman
2014-01-20Eliminate use of temporariesPeter Dettman
2014-01-20Eliminate a temporaryPeter Dettman
2014-01-20Use twice() field methodPeter Dettman
2014-01-20Removed old commented out codePeter Dettman
2014-01-20Use delayed reduction for the difference b/w productsPeter Dettman
2014-01-20Add half and twice methodsPeter Dettman
2014-01-20Add more shifting methodsPeter Dettman
2014-01-20Squaring is not optimized for BigIntegerPeter Dettman
2014-01-20Small optimization for Fp to twice() in homogeneous coordinatesPeter Dettman
2014-01-18Refacotring/formattingPeter Dettman
2014-01-14Add PSK Camellia ciphersuites from RFC 6367Peter Dettman