1 2 3 4 5 6 7 8 9
/* ISC license. */ #include <skalibs/sha512.h> void sha512_init (SHA512Schedule *ctx) { SHA512Schedule empty = SHA512_INIT() ; *ctx = empty ; }