SM2Java icon indicating copy to clipboard operation
SM2Java copied to clipboard

国密SM2,SM3 Java实现

Results 15 SM2Java issues
Sort by recently updated
recently updated
newest added

socket通信的时候好麻烦.签名的长度总是变化的.

怎样在使用同一个私钥的情况下,生成多套公钥?

如果您需要SM2&SM3的FPGA实现,可以联系我。微信:hekaibuaa。谢谢!

BigInteger h = ecc_bc_spec.getH(); if (h != null) { ECPoint S = publicKey.multiply(h); if (S.isInfinity()) throw new IllegalStateException(); } in my environment it warns in ECPoint S = publicKey.multiply(h) of...