longyvfengyun
2022-08-01 4c10ce552888dc8f2f65ebcd30940fac5103e69e
src/main/java/com/whyc/encryption/SM2.java
@@ -248,7 +248,6 @@
            try {
                System.out.println("M = " + new String(M, "UTF8"));
            } catch (UnsupportedEncodingException e1) {
                // TODO Auto-generated catch block
                e1.printStackTrace();
            }
@@ -504,7 +503,6 @@
        try {
            res = SM3.hash(join(params));
        } catch (IOException e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        }
        return res;