HuangMinming

Results 3 comments of HuangMinming

Thanks for your reply. I want to generate an pair of asymmetrical key base on PBC, and serialize them to string. Since I do it on VUE, so I need...

@teutsch I am looking for a PBC library in JavaScript. I want to generate a pair of key and serialize them to string. Send the string to server. The server...

@teutsch Thanks for you reply. So, I think I can modify pairing.cpp, add some functions which I need, and export these functions to further using However, I don't know how...