Releases: cryptimeleon/craco
Releases · cryptimeleon/craco
v4.0.2
v4.0.1
v4.0.0
Commits
- 26af804: Fixed protocol error for witnesses without vars (Jan Bobolz) #95
- 67e1591: Fix exception message formatting error (Eric Ackermann) #96
- 4894481: MapToPlaintext reworked for commitment schemes. Fixes #98. (Fabian Eidens) #104
- 12f4dc9: added AGHO11, KPW15 and AKOT15 structure-preserving signature schemes (#99) (Hanna) #99
- 7812907: Trigger pipeline (Paul Kramer) #101
- 48779e2: Fix errors in docstring format. @param is only ment to be used in the parameter list (Paul Kramer) #101
- 450aaa4: Wrap ECDSA signature scheme in cryptimeleon classes. (Paul Kramer) #102
- 77e2d64: Remove ECDSAKeyPair.java (Paul Kramer) #102
- ca0bc6a: Add missing newline (Paul Kramer) #102
- cf813bb: Add docstrings for ECDSA classes. (Paul Kramer) #102
- 402ee34: Trigger re-enabled pipeline (Paul Kramer) #102
- 655b1b5: Fix empty lines in docstrings (Paul Kramer) #102
- f67a74b: Rename keygen to generateKeyPair (Paul Kramer) #102
- 1b56040: Add missing representation tests and add missing methods for SignatureScheme instances that are enforced by the test-cases. (Paul Kramer) #102
- 7ebd0df: Version bump for commit (Paul Kramer) #103
- 2336303: Update CHANGELOG.md for release (Paul Kramer) #103
- 86f10d4: Version bump 4.0.0 for breaking changes (Jan Bobolz) #104
- dd0fc74: Version bump in readme (Jan Bobolz) #104
v3.0.2
v3.0.1
Commits
- 7444f20: Update math and version bump craco version for release with fixed math version. (Paul Kramer) #90
- 3701e82: Update README.md (feidens) #90
- 3e4962c: Update CHANGELOG.md (feidens) #90
- acbcad6: Adds auto staging for nexus maven central publishing (Fabian Eidens) #90
- 2398b8d: Update tagget_release.yaml (feidens) #90
v3.0.0
Commits
- 6c3e70f: Replace usages of getInteger with asInteger (Raphael Heitjohann) #84
- 0e8d5a0: Add asInteger change to changelog (Raphael Heitjohann) #84
- 27a0402: Adds Groth15 SPS in G1 (Fabian Eidens) #87
- 51f7f9b: Adds standalone repr tests for Groth15 SPS in G1 (Fabian Eidens) #87
- e12286f: Adds Groth15 type 2 with an enum switch (Fabian Eidens) #87
- c2ffd19: Simplified Groth15 SPS pp's determine msg length (Fabian Eidens) #87
- ddcb4a3: Fix standalone test for Groth15 #85 (Fabian Eidens) #87
- 843292c: Added param gen for existing groups (Jan Bobolz) #87
- d566865: Moved from arrays to vectors (Jan Bobolz) #87
- cc613a9: Fixed use of securityParameter in DebugBilinearGroup (Jan Bobolz) #88
- b95f95e: Fixed other occurences (Jan Bobolz) #88
- 94d2837: Merge branch 'develop' into feature/groth-sps-#85 (Jan Bobolz) #87
- 3dcaf74: Finished vector move (Jan Bobolz) #87
- ba6d883: Update README.md (feidens) #89
- 3597f9a: Update CHANGELOG.md (feidens) #89
v2.1.0
Commits
- 9d5fccd: Add v2.0.0 section to changelog (Raphael Heitjohann) #79
- 12bbc6e: Update version numbers in readme to 2.0.0 and update spseq citation (Raphael Heitjohann) #80
- 201bfe5: Added implicit argument check to BaseProtocols (Jan Bobolz) #81
- 5019975: Added an AdHocSchnorrProof (Jan Bobolz) #81
- 9bd5b53: Improved debugging failing protocols (Jan Bobolz) #81
- fae99e7: Version bump (Jan Bobolz) #81
- df34401: Changed version name to 2.1.0 (Jan Bobolz) #81
- f6debba: Release changelog (Jan Bobolz) #82
- 35a2eb5: Fix README version numbers (Jan Bobolz) #82
v2.0.0
Commits
- c18c7ed: Improve settings script logging (rheitjoh) #22
- 45c19ed: Update javadoc of some visitor classes for handling tree access structures (rheitjoh) #22
- 9e6da38: Improve javadoc for MSP (rheitjoh) #22
- a79a330: Improve some capitalization of comments (rheitjoh) #22
- 2305a89: Remove PS18 signature scheme not using precomputation since including precomputation is better (rheitjoh) #22
- 18121fb: Replace 'grad' with 'deg' (rheitjoh) #22
- 72801d4: Make more small javadoc improvements in abe access structure classes (rheitjoh) #22
- 512072d: Make some utils javadoc improvements (rheitjoh) #22
- 9e24e96: Merge branch 'remove-non-prec-ps18sig' into lazy (rheitjoh) #22
- e9ca66f: Merge branch 'SPS-new-repr' into lazy (rheitjoh) #22
- 37cd5b4: Fix some errors from the math rewrite (mostly replacing BilinearMap with BilinearGroup) (rheitjoh) #22
- fc8705a: Finish fixing RepresentationTest (rheitjoh) #22
- 3dd7af1: Fix remaining tests (rheitjoh) #22
- 6997d1e: Integrate new Representation method syntax into constructions (rheitjoh) #22
- f5afe1c: Add checkoutIfCloned parameter to build script to enable travis to checkout right brnach automatically (rheitjoh) #22
- fa05b38: Add values to checkoutIfCloned parameters in travis.yml (rheitjoh) #22
- c2bbdf3: Try out another checkoutIfCloned value (rheitjoh) #22
- aea0a87: Fix erronous checkoutIfCloned conditions in build script (rheitjoh) #22
- f8091fd: Change msg string in composite build script (rheitjoh) #22
- c6a911f: Remove log4j (rheitjoh) #17
- fd4c29c: Remove logging in ShamirSecretSharing (rheitjoh) #17
- 561dfb0: Fix DebugBilinearGroup error resulting from recent math change to DebugBilinearGroupImpl (rheitjoh) #22
- f0dd7c6: Implement version of PS18 without expressions and with GroupElementVector (rheitjoh) #22
- c18d57f: Replace expr version of PS18 with new version (rheitjoh) #22
- 96b5738: Remove direct usage of expressions from all constructions (rheitjoh) #22
- 3d858ca: Remove some dead code (rheitjoh) #22
- 3e51a87: Remove travis snapshot stage (rheitjoh) #22
- 90878b5: Add gradle.properties to gitignore (rheitjoh) #10
- a6d1b50: Merge branch 'reworkCommitments' (rheitjoh) #10
- 9a8f4c2: Remove gradle.properties from .gitignore and move gradle.properties to .gradle/ (rheitjoh) #10
- 9db2011: Add default gradle.properties with property documentation (rheitjoh) #10
- 336f0dc: Add gradle.properties to .gitignore (rheitjoh) #10
- b856687: Remove new line from gradle.properties (rheitjoh) #10
- 73c5aa7: Rename default gradle.properties file to gradle-default.properties to avoid git committing changes to tracked but .gitignored file (rheitjoh) #10
- 4817232: Update settings.gradle script to newest version (rheitjoh) #10
- b775eb2: Add GRADLE_BUILD.md file and move composite build script explanation there (rheitjoh) #10
- a064780: Start adding compute() calls; also update @represented usage and equals methods to be symmetric (rheitjoh) #22
- 3cd0ec8: Add more compute calls and update old code to use @represented and Objects.equals (rheitjoh) #22
- 60c9f14: Finish adding compute calls to every construction and make KeyEncapsulationMechanism a RepresentationRestorer (rheitjoh) #22
- a57bd9d: Merge branch 'master' into lazy (Raphael Heitjohann) #22
- e790f20: Fix some errors introduced by merge (rheitjoh) #22
- 6a713c5: Merge branch 'master' into lazy (rheitjoh) #22
- dc7daef: Fix compute() call on wrong element (rheitjoh) #22
- 226e0d1: Merge branch 'master' into interface-order (rheitjoh) #20
- 44eceb5: Fix schemes broken by interface reordering (rheitjoh) #20
- a515bc8: Update README.md (feidens)
- f719565: Almost complete package documentation and improve access structure docs (rheitjoh) #26
- 584dccb: Improve javadoc up to common.policy (rheitjoh) #26
- a90cd87: Improve javadoc for lhl stuff (rheitjoh) #26
- 86559a4: Rename EpsilonDistribution to be more accurate to its actual function and improve more javadoc (rheitjoh) #26
- d86f08f: Improve javadoc of sigs and fix all build warnings (rheitjoh) #26
- 80f5d13: Fix errors created by new math bilfac redesign (rheitjoh) #25
- 57a4e47: Integrate new wrapper classes for lazy wrapper around bilinear groups (rheitjoh) #25
- 82be332: Merge branch 'master' into improve-javadoc (rheitjoh) #26
- 5e1dd51: Continue working on javadoc (rheitjoh) #26
- 7032431: Copied protocols from protocols repo (Jan Bobolz) #29
- 19a441a: Fixed ElGamal test (Jan Bobolz) #29
- 6098f78: More javadoc improvements mainly for signature scheme interfaces (rheitjoh) #26
- 3bfe8d9: Improve javadocs for kdf classes (rheitjoh) #26
- 44ee7ec: Remove author tags (rheitjoh) #33
- c2da9d4: Fix ElGamal enc test parameters (Raphael Heitjohann) #28
- af44db4: Add missing Zn import (Raphael Heitjohann) #28
- 2c8dcf7: Added Fiat-Shamir (Jan Bobolz) #29
- f886aee: Fixed errors resulting from refactoring of HashIntoStructure (Jan Bobolz)
- 9b61331: Merge branch 'master' into protocolupdates (Jan Bobolz) #29
- 20271cc: Merged the two ElGamal test fixes (Jan Bobolz) #29
- be6c10f: Fixed mention of nonexistent interface (Jan Bobolz) #29
- 8d82958: Fixed imports (Jan Bobolz) #29
- f0db4cb: Renamed Pair to ComparablePair (Jan Bobolz) #33
- c245f55: Merge branch 'tidyup' into upd-release (Jan Bobolz) #33
- cb39445: Start refactoring imports to fit new math organization (rheitjoh) #33
- 2279678: Modernized MessageBlock and Pedersen (Jan Bobolz) #33
- ae47fb3: Remove uextr kdf, fix imports after math reorgnaize, remove PrimeFieldPolynomial and SecureRandomGenerator (rheitjoh) #33
- 4b21a08: Merge branch 'master' into remove-depr (rheitjoh) #33
- 3828c3a: Adjust schemes that used new PolynomialRing functionality to instantiate their polynomials manually (rheitjoh) #33
- 0f96c57: Remove remaining kdf stuff, i.e. lhl (rheitjoh) #33
- 145cf2f: Add gradle test dependency capability (rheitjoh) #33
- 3f0293e: Fixed unspecific return type (Jan Bobolz) #29
- 674843a: Move ABE and ABE-based KEM stuff over to Predenc and move policy stuff over to secretsharing package (rheitjoh) #33
- 9e7cbe8: Move policy stuff back to common (rheitjoh) #33
- a09dc89: Merge branch 'upd-release' into remove-depr (rheitjoh) ...
v1.0.0
untagged-b5c0db4d2d06387aa15b
Adds new api key for Github releases through travis-ci.com instead of…