This repository has been archived on 2024-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
|
//
|
|
// sha3_512.h
|
|
// PageBurger
|
|
//
|
|
// Created by ffqq on 26/02/2024.
|
|
//
|
|
|
|
#ifndef sha3_512_h
|
|
#define sha3_512_h
|
|
|
|
const char* SHA3_512(const char* input);
|
|
|
|
#endif /* sha3_512_h */
|