Edit

kc3-lang/gnulib/modules/crypto/sha512-buffer

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2024-12-27 23:23:13
    Hash : 14507472
    Message : Rename module stdint to stdint-h. * modules/stdint-h: Renamed from modules/stdint. * modules/stdint-h-tests: Renamed from modules/stdint-tests. * modules/stdint-h-c++-tests: Renamed from modules/stdint-c++-tests. * tests/test-stdint-h.c: Renamed from tests/test-stdint.c. * tests/test-stdint-h-c++.cc: Renamed from tests/test-stdint-c++.cc. * tests/test-stdint-h-c++2.cc: Renamed from tests/test-stdint-c++2.cc. * doc/posix-headers/stdint.texi: Update. * doc/gnulib-readme.texi: Update. * doc/gnulib.texi: Update. * modules/* (Depends-on): Update. * modules/stdint: New file.

  • modules/crypto/sha512-buffer
  • Description:
    Compute SHA384 and SHA512 checksums.
    
    Files:
    lib/gl_openssl.h
    lib/sha512.h
    lib/sha512.c
    m4/gl-openssl.m4
    m4/sha512.m4
    
    Depends-on:
    alignasof
    byteswap
    c99
    extern-inline
    stdint-h
    u64
    
    configure.ac:
    AC_REQUIRE([AC_C_RESTRICT])
    gl_SHA512
    
    Makefile.am:
    lib_SOURCES += sha512.c
    
    Include:
    "sha512.h"
    
    Link:
    $(LIB_CRYPTO)
    
    License:
    LGPLv2+
    
    Maintainer:
    Jim Meyering