Function lcxx::hash::sha512(std::string const&)

Function Documentation

Warning

doxygenfunction: Unable to resolve function “lcxx::hash::sha512” with arguments “(std::string const&)”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expected identifier in nested name, got keyword: auto [error at 48] template<typename T> requires(sizeof(T)==1) auto md5(std auto sha512 (std::span< const std::byte > const input) -> sha512_hash_t ————————————————^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected ‘::’ in pointer to member (function). [error at 52] template<typename T> requires(sizeof(T)==1) auto md5(std auto sha512 (std::span< const std::byte > const input) -> sha512_hash_t —————————————————-^ If declarator-id: Invalid C++ declaration: Expecting “,” or “)” in parameters-and-qualifiers, got “EOF”. [error at 128] template<typename T> requires(sizeof(T)==1) auto md5(std auto sha512 (std::span< const std::byte > const input) -> sha512_hash_t ——————————————————————————————————————————–^