-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java import #12
Java import #12
Conversation
related with Hyperledger-TWGC/java-gm#23 |
12d6b66
to
e7a8341
Compare
e7a8341
to
aec78ce
Compare
ae502e0
to
3df39ef
Compare
@davidkhala, cloud you pls help with this pr? |
3df39ef
to
a0165fb
Compare
@SamYuan1990 Oops, it conflicts with branch due to another PR merged. Would you mind make alignment? |
Signed-off-by: SamYuan1990 <yy19902439@126.com>
a0165fb
to
b714ea1
Compare
fix for Hyperledger-TWGC#8 Signed-off-by: SamYuan1990 <yy19902439@126.com>
b714ea1
to
ded2c32
Compare
rebased to latest. |
@@ -15,4 +17,24 @@ func TestTJSM2Pem(t *testing.T) { | |||
var pemFile = "testdata/privateKey.tjfoc.pem" | |||
WriteFile(pemBytes, pemFile, t) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里为什么要重复写两次来着?privateKey.tjfoc.pem这个文件名不适合么?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
en, java gm 里没用这个文件名。 不是很想用cp实现。(因为现在java-gm是看文件检测的关系,所以一旦cp被误删,就会导致互操作验证的机制丢失。)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我猜也是节省cp操作的原因,先merge了吧,我之后来做一个繁琐点的cp
fix for #8