• Show log

    Commit

  • Hash : 12ad1d14
    Author : Jia Zhang
    Date : 2017-10-07T04:31:27

    New module: crypto/sm3
    
    This new module can be used to compute SM3 message digest of files or
    memory blocks according to the specification GM/T 004-2012
    Cryptographic Hash Algorithm SM3, published by State Cryptography
    Administration, China.
    
    The official SM3 cryptographic hash algorithm specification is
    available at
    http://www.sca.gov.cn/sca/xwdt/2010-12/17/content_1002389.shtml
    
    * lib/sm3.h: Declare the APIs of sm3 module.
    * lib/sm3.c: Implement SM3 hash algorithm.
    * m4/sm3.m4: m4 file for sm3 module.
    * modules/crypto/sm3: Define sm3 module.
    * tests/test-sm3.c: Implement SM3 test case.
    * modules/crypto/sm3-tests: Define sm3 test module.
    * MODULES.html.sh: List sm3 module.
    

  • README

  • This directory contains metainformation about the gnulib modules, one or two
    files per module. These files are used by gnulib-tool.
    
    For every module,
      - the file <module> is the metainformation about the library code of the
        module,
      - the file <module>-tests is the metainformation about the unit test of
        the module (optional but recommended).
    
    All the files in this directory are distributed under the following copyright:
    
      Copyright (C) 2002-2017 Free Software Foundation, Inc.
      Copying and distribution of this file, with or without modification,
      in any medium, are permitted without royalty provided the copyright
      notice and this notice are preserved.