shaozhuguang
|
562d801e3f
|
Add stp communication module
|
6 years ago |
周春光
|
ab71089fa9
|
Update contract/README.MD style
Update contract/README.MD style for github web view
|
6 years ago |
huanghaiquan
|
a6ea1642e7
|
Renamed CryptoServiceProviders to Crypto for simplification purpose.
|
6 years ago |
huanghaiquan
|
efcf95eb71
|
Fixed all bugs and pass the test;
|
6 years ago |
huanghaiquan
|
a69c7d56af
|
Fixed bugs in test case LedgerInitSettingTest;
|
6 years ago |
huanghaiquan
|
152c07c559
|
Fixed bug that: the same service provider was repeatedly registered.
|
6 years ago |
huanghaiquan
|
d52188ff57
|
Fixed bugs in test case LedgerBindingConfigTest .
|
6 years ago |
huanghaiquan
|
739e66487b
|
Removed unused code in binary-proto project and modified the relevant code in the other projects;
|
6 years ago |
huanghaiquan
|
df3f4f833b
|
Remove unused codes and rename packages in binary-proto project;
|
6 years ago |
huanghaiquan
|
3a88932051
|
Fixed errors of the test cases in crypto framework;
|
6 years ago |
huanghaiquan
|
6de0d8afc9
|
Fixed all compilation errors due to refactoring crypto framework;
|
6 years ago |
huanghaiquan
|
1f6fd9e604
|
Rename some of the types in crypto framework for more accurate expression.
|
6 years ago |
huanghaiquan
|
047eecf054
|
Rename some of the types in crypto framework for more accurate expression.
|
6 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;
|
6 years ago |
huanghaiquan
|
215683ea98
|
Refactored packages in crypto framework;
|
6 years ago |
huanghaiquan
|
f58c94b445
|
Fixed compilation errors due to merging develop branch;
|
6 years ago |
huanghaiquan
|
1ebe607a59
|
Merge branch 'develop' into feature/crypto-spi
* develop:
Modify license files, readme files, and other configurations
change configure files and shell files
change configure files
Fix bugs in test case;
# Conflicts:
# README.md
# source/crypto/crypto-framework/src/main/java/com/jd/blockchain/crypto/CryptoAlgorithm.java
# source/crypto/crypto-framework/src/main/java/com/jd/blockchain/crypto/impl/AsymmtricCryptographyImpl.java
# source/crypto/crypto-framework/src/main/java/com/jd/blockchain/crypto/impl/HashCryptographyImpl.java
# source/crypto/crypto-framework/src/main/java/com/jd/blockchain/crypto/impl/jni/asymmetric/JNIED25519SignatureFunction.java
# source/crypto/crypto-framework/src/main/java/com/jd/blockchain/crypto/impl/jni/hash/JNIRIPEMD160HashFunction.java
# source/crypto/crypto-framework/src/main/java/com/jd/blockchain/crypto/impl/jni/hash/JNISHA256HashFunction.java
# source/crypto/crypto-framework/src/test/java/test/com/jd/blockchain/crypto/asymmetric/AsymmtricCryptographyImplTest.java
# source/crypto/crypto-framework/src/test/java/test/com/jd/blockchain/crypto/hash/HashCryptographyImplTest.java
# source/crypto/crypto-framework/src/test/java/test/com/jd/blockchain/crypto/jniutils/JNIED25519UtilsTest.java
# source/crypto/crypto-framework/src/test/java/test/com/jd/blockchain/crypto/jniutils/JNIMBSHA256UtilsTest.java
# source/crypto/crypto-framework/src/test/java/test/com/jd/blockchain/crypto/jniutils/JNIRIPEMD160UtilsTest.java
# source/crypto/crypto-framework/src/test/java/test/com/jd/blockchain/crypto/jniutils/JNISHA256UtilsTest.java
|
6 years ago |
huanghaiquan
|
f2643f05f7
|
Fixed compilation errors due to refactoring crypto-framework;
|
6 years ago |
huanghaiquan
|
7780fb64a4
|
Fixed compilation errors in sdk and ledger-model ;
|
6 years ago |
huanghaiquan
|
8c46ac4c2b
|
Remove unused projects;
|
6 years ago |
huanghaiquan
|
a170e6dfa6
|
Remove unused projects;
|
6 years ago |
zhangshuang
|
99f8063c87
|
add state transfer layer frame code
|
6 years ago |
shaozhuguang
|
1689a50ced
|
Add tikv-client module and modify dbconnection to auto check way!
|
6 years ago |
zhanglin33
|
8063bcd055
|
add implementations of ECDSA and SHA256 based on BouncyCastle
|
6 years ago |
zhanglin33
|
e0f6f8a81a
|
modify the generation of CURVE in SM2Utils
|
6 years ago |
zhanglin33
|
a5f2706f43
|
replace Ed25519Utils with ED25519Utils from BouncyCastle.jar
|
6 years ago |
zhanglin33
|
e8d277ba97
|
finish SPI junittest, and modify the retrievePubKey method
|
6 years ago |
zhanglin33
|
33f1537d9e
|
modify the "resolveXXX" method
|
6 years ago |
zhanglin33
|
b83e59ad5f
|
providing junit test for symmetric encryption functions, including AESEncryptionFunction and SM4EncryptionFunction.
|
6 years ago |
shaozhuguang
|
a16f41ff3c
|
Modify license files, readme files, and other configurations
|
6 years ago |
shaozhuguang
|
897ee6935a
|
Modify license files, readme files, and other configurations, and generate 0.8.3.RELEASE versions
|
6 years ago |
shaozhuguang
|
8831baafbf
|
change configure files and shell files
|
6 years ago |
zhanglin33
|
d240ba058f
|
providing junit test for hash functions, including RIPEMD160HashFunction, SHA256HashFunction and SM3HashFunction.
|
6 years ago |
shaozhuguang
|
dd0abe3157
|
Merge remote-tracking branch 'origin/master' into develop-local
|
6 years ago |
shaozhuguang
|
4c8ac6cf15
|
change configure files
|
6 years ago |
zhanglin33
|
08110bbc3f
|
fix wrong implementations of AESEncryptionFunction and SM4EncryptionFunction in stream encrypting/decrypting
|
6 years ago |
huanghaiquan
|
1db8e21811
|
Merge branch 'master' into develop
* master:
Fix bugs in test case;
# Conflicts:
# source/crypto/crypto-framework/src/main/java/com/jd/blockchain/crypto/impl/jni/asymmetric/JNIED25519SignatureFunction.java
|
6 years ago |
huanghaiquan
|
682add6ed2
|
Fix bugs in test case;
|
6 years ago |
huanghaiquan
|
d7c1e752c8
|
rebase crypto-spi;
|
6 years ago |
huanghaiquan
|
a297d7d5d4
|
Update to version 0.9.0-SNAPSHOT;
|
6 years ago |
huanghaiquan
|
43068a0281
|
Init the repository with the 0.8.3.RELEASE version of project;
|
6 years ago |
huanghaiquan
|
b6665e66e4
|
initialize
|
7 years ago |