// This file is part of noxos and licensed under the MIT open source license #ifndef NOXOS_SHA1_H #define NOXOS_SHA1_H #include int sha1_hash(uint8_t *digest, const uint8_t* data, uint64_t len_data); #endif //NOXOS_SHA1_H