skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

sha512-internal.h (183B)


      1 /* ISC license. */
      2 
      3 #ifndef SHA512_INTERNAL_H
      4 #define SHA512_INTERNAL_H
      5 
      6 #include <skalibs/sha512.h>
      7 
      8 extern void sha512_transform (SHA512Schedule *, unsigned char const *) ;
      9 
     10 #endif