62 Commits (8a4fdc3b6afd6e9b60cfa8a3def18c8d594e7f73)

Author SHA1 Message Date
  shaozhuguang 8a4fdc3b6a 1. Repairing automatic serialization during gateway initialization 7 years ago
  shaozhuguang 3545a75fa1 1. Modify integration test cases; 7 years ago
  huanghaiquan 170e49c995 Merge branch 'feature/crypto-spi' into feature/optimize-tx-tree 7 years ago
  huanghaiquan 54bd864641 Fixed bugs of PerformanceTest; 7 years ago
  huanghaiquan d7526ff3ee Merge branch 'develop' into feature/crypto-spi 7 years ago
  huanghaiquan 8e9f694801 Renamed; 7 years ago
  huanghaiquan 4bc5dbf36e Renamed some base types in binary-proto; 7 years ago
  huanghaiquan f88ef08fc2 Moved ValueType from utils-common project to binary-proto project 7 years ago
  huanghaiquan f483a5a0d4 Fixed compiling errors. 7 years ago
  huanghaiquan 9cdda49897 Optimized contract loading. 7 years ago
  huanghaiquan 545aec3335 Merged contract-model project into ledger-model project,and removed it. 7 years ago
  huanghaiquan 4f60971f66 Refactor ledger model: rename packages; 7 years ago
  zhanglin33 03289580a4 fix bugs 7 years ago
  zhanglin33 46e80f53d8 remove loops 7 years ago
  zhanglin33 f9633391c1 remove loops 7 years ago
  zhanglin33 c9398ccfcd implement Paillier encryption, the additive homomorphic encryption algorithm, and renew MultiSum 7 years ago
  zhanglin33 73b53a7aa3 replace paillier encryption implementations in the MIT license with ones in the Apache 2.0 7 years ago
  huanghaiquan 66f81f156e
Merge pull request #6 from cg-zhou/develop 7 years ago
  huanghaiquan 32a6b3131d Merge branch 'master' into develop 7 years ago
  huanghaiquan 343629312e Upgrade the version of Jetty dependencies to fix security vulnerabilities; 7 years ago
  zhanglin33 58bb7a8418 integrate RSA and ECDSA into spi 7 years ago
  zhanglin33 019973b84f fix RSA bugs and add RSA consistent test with jdk’s RSA 7 years ago
  zhanglin33 532a67b102 add RSA encryption and tests 7 years ago
  zhanglin33 9d636b5935 add RSA signature algorithm and tests 7 years ago
  周春光 ab71089fa9
Update contract/README.MD style 7 years ago
  huanghaiquan a6ea1642e7 Renamed CryptoServiceProviders to Crypto for simplification purpose. 7 years ago
  huanghaiquan efcf95eb71 Fixed all bugs and pass the test; 7 years ago
  huanghaiquan a69c7d56af Fixed bugs in test case LedgerInitSettingTest; 7 years ago
  huanghaiquan 152c07c559 Fixed bug that: the same service provider was repeatedly registered. 7 years ago
  huanghaiquan d52188ff57 Fixed bugs in test case LedgerBindingConfigTest . 7 years ago
  huanghaiquan 739e66487b Removed unused code in binary-proto project and modified the relevant code in the other projects; 7 years ago
  huanghaiquan df3f4f833b Remove unused codes and rename packages in binary-proto project; 7 years ago
  huanghaiquan 3a88932051 Fixed errors of the test cases in crypto framework; 7 years ago
  huanghaiquan 6de0d8afc9 Fixed all compilation errors due to refactoring crypto framework; 7 years ago
  huanghaiquan 1f6fd9e604 Rename some of the types in crypto framework for more accurate expression. 7 years ago
  huanghaiquan 047eecf054 Rename some of the types in crypto framework for more accurate expression. 7 years ago
  huanghaiquan eb28dc1ad3 Refactoring: change the type of the Algorithm property of class CryptoBytes to type “short”, and modify the relevant code that depends on this property; 7 years ago
  huanghaiquan 215683ea98 Refactored packages in crypto framework; 7 years ago
  huanghaiquan f58c94b445 Fixed compilation errors due to merging develop branch; 7 years ago
  huanghaiquan 1ebe607a59 Merge branch 'develop' into feature/crypto-spi 7 years ago
  huanghaiquan f2643f05f7 Fixed compilation errors due to refactoring crypto-framework; 7 years ago
  huanghaiquan 7780fb64a4 Fixed compilation errors in sdk and ledger-model ; 7 years ago
  huanghaiquan 8c46ac4c2b Remove unused projects; 7 years ago
  huanghaiquan a170e6dfa6 Remove unused projects; 7 years ago
  zhanglin33 8063bcd055 add implementations of ECDSA and SHA256 based on BouncyCastle 7 years ago
  zhanglin33 e0f6f8a81a modify the generation of CURVE in SM2Utils 7 years ago
  zhanglin33 a5f2706f43 replace Ed25519Utils with ED25519Utils from BouncyCastle.jar 7 years ago
  zhanglin33 e8d277ba97 finish SPI junittest, and modify the retrievePubKey method 7 years ago
  zhanglin33 33f1537d9e modify the "resolveXXX" method 7 years ago
  zhanglin33 b83e59ad5f providing junit test for symmetric encryption functions, including AESEncryptionFunction and SM4EncryptionFunction. 7 years ago