This commit is contained in:
Looly 2023-03-31 00:35:42 +08:00
parent dcd5b51bcf
commit 67a644aa28

View File

@ -334,6 +334,6 @@ public class SM2Test {
@Test
public void issueI6ROLTTest(){
String publicKey = "04bf347dfa32b9bc4c378232898ea43a210887a9b9ed6cc188f91b653706b44fa8434518d54412606788f34be8097cc233608f780edaf695c7e2b1d1c1b7b0d7c3";
final SM2 sm2 = new SM2(null, publicKey);
new SM2(null, publicKey);
}
}