• Show log

    Commit

  • Hash : 3a3a6353
    Author : Collin Funk
    Date : 2025-08-31T14:21:02

    crypto/sha3: New module.
    
    * modules/crypto/sha3: New file.
    * lib/sha3-stream.c: New file, based on sha512-stream.c.
    * lib/sha3.h (sha3_224_stream, sha3_256_stream, sha3_384_stream)
    (sha3_512_stream): New declarations.
    

  • 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-2025 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.