From 913a90b94e6ef0cf91f1788d9623f7b809ce884e Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Tue, 16 Feb 2021 20:33:50 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5347481..f606b6a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # GM-Standards SM2/SM3/SM4 for Go -[![Build Status](https://travis-ci.org/emmansun/gmsm.svg?branch=master)](https://travis-ci.org/emmansun/gmsm) [![Documentation](https://godoc.org/github.com/emmansun/gmsm?status.svg)](https://godoc.org/github.com/emmansun/gmsm) [![Release](https://img.shields.io/github/release/emmansun/gmsm/all.svg)](https://github.com/emmansun/gmsm/releases) +[![Build Status](https://travis-ci.org/emmansun/gmsm.svg?branch=main)](https://travis-ci.org/emmansun/gmsm) [![Documentation](https://godoc.org/github.com/emmansun/gmsm?status.svg)](https://godoc.org/github.com/emmansun/gmsm) [![Release](https://img.shields.io/github/release/emmansun/gmsm/all.svg)](https://github.com/emmansun/gmsm/releases) This is a **SM2 sm2p256v1** implementation whose performance is similar like golang native NIST P256 under **amd64** .