...

Text file src/github.com/tjfoc/gmsm/README.md

Documentation: github.com/tjfoc/gmsm

     1
     2# gmsm
     3GM SM2/3/4 library based on Golang
     4=======
     5
     6[![Build Status](https://travis-ci.com/tjfoc/gmsm.svg?branch=master)](https://travis-ci.com/github/tjfoc/gmsm)
     7
     8
     9## Feature
    10 gmsm包含以下主要功能
    11
    12    SM2: 国密椭圆曲线算法库
    13        . 支持Generate Key, Sign, Verify基础操作
    14        . 支持加密和不加密的pem文件格式(加密方法参见RFC5958, 具体实现参加代码)
    15        . 支持证书的生成,证书的读写(接口兼容rsa和ecdsa的证书)
    16        . 支持证书链的操作(接口兼容rsa和ecdsa)
    17        . 支持crypto.Signer接口
    18
    19    SM3: 国密hash算法库
    20       . 支持基础的sm3Sum操作
    21       . 支持hash.Hash接口
    22
    23    SM4: 国密分组密码算法库
    24        . 支持Generate Key, Encrypt, Decrypt基础操作
    25        . 提供Cipher.Block接口
    26        . 支持加密和不加密的pem文件格式(加密方法为pem block加密, 具体函数为x509.EncryptPEMBlock)
    27
    28## [Usage 使用说明](./API使用说明.md)
    29
    30## Communication
    31tjfoc国密交流 
    32   
    33[![Join the chat at https://gitter.im/tjfoc/gmsm](https://badges.gitter.im/tjfoc/gmsm.svg)](https://gitter.im/tjfoc/gmsm?utm_source=badge&utm_medium=badge&utm_campaign=-badge&utm_content=badge)
    34
    35
    36- 如果你对国密算法开源技术及应用感兴趣,欢迎添加“苏州同济区块链研究院·小助手“微信,回复“国密算法进群”,加入“同济区块链国密算法交流群”。微信二维码如下:  
    37     ![微信二维码](https://github.com/tjfoc/wutongchian-public/blob/master/wutongchain.png)
    38
    39- 发送邮件到tj@wutongchain.com
    40 
    41 
    42 ## License
    43 版权所有 苏州同济区块链研究院有限公司(http://www.wutongchain.com/)
    44 
    45 Copyright 2017- Suzhou Tongji Fintech Research Institute. All Rights Reserved.
    46 Licensed under the Apache License, Version 2.0 (the "License");
    47 
    48 you may not use this file except in compliance with the License.
    49 You may obtain a copy of the License at
    50      http://www.apache.org/licenses/LICENSE-2.0
    51 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    52 
    53 See the License for the specific language governing permissions and limitations under the License.
    54=======
    55
    56
    57
    58

View as plain text