Skip to content

Instantly share code, notes, and snippets.

import java.io.ByteArrayOutputStream;
import java.math.BigInteger;
import java.util.Arrays;
public class SM3Alg {
private static class SingletonHolder {
private static final SM3Alg INSTANCE = new SM3Alg();
}